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

References

include/llvm/IR/Constant.h
   43   Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps)
include/llvm/IR/Constants.h
   65   explicit ConstantData(Type *Ty, ValueTy VT) : Constant(Ty, VT, nullptr, 0) {}
  391   ConstantAggregate(CompositeType *T, ValueTy VT, ArrayRef<Constant *> V);
  590   explicit ConstantDataSequential(Type *ty, ValueTy VT, const char *Data)
include/llvm/IR/GlobalIndirectSymbol.h
   30   GlobalIndirectSymbol(Type *Ty, ValueTy VTy, unsigned AddressSpace,
include/llvm/IR/GlobalObject.h
   46   GlobalObject(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps,
include/llvm/IR/GlobalValue.h
   76   GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps,
lib/IR/Constants.cpp
  993 ConstantAggregate::ConstantAggregate(CompositeType *T, ValueTy VT,
lib/IR/Globals.cpp
  427 GlobalIndirectSymbol::GlobalIndirectSymbol(Type *Ty, ValueTy VTy,