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

References

lib/IR/Constants.cpp
  647     Slot.reset(new ConstantInt(ITy, V));
  833     Slot.reset(new ConstantFP(Ty, V));
 1164     pImpl->TheNoneToken.reset(new ConstantTokenNone(Context));
 1370     Entry.reset(new ConstantAggregateZero(Ty));
 1436     Entry.reset(new ConstantPointerNull(Ty));
 1449     Entry.reset(new UndefValue(Ty));
 2512     return *Entry = new ConstantDataArray(Ty, Slot.first().data());
 2515   return *Entry = new ConstantDataVector(Ty, Slot.first().data());