reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Constants.h
   50 template <class ConstantClass> struct ConstantAggrKeyType;
lib/IR/ConstantsContext.h
  346 template <class ConstantClass> struct ConstantAggrKeyType;

References

lib/IR/ConstantsContext.h
  360   using ValType = ConstantAggrKeyType<ConstantArray>;
  364   using ValType = ConstantAggrKeyType<ConstantStruct>;
  368   using ValType = ConstantAggrKeyType<ConstantVector>;
  388   bool operator==(const ConstantAggrKeyType &X) const {