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

References

lib/IR/Constants.cpp
  644   if (!Slot) {
  647     Slot.reset(new ConstantInt(ITy, V));
  649   assert(Slot->getType() == IntegerType::get(Context, V.getBitWidth()));
  650   return Slot.get();