reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
644 if (!Slot) { 647 Slot.reset(new ConstantInt(ITy, V)); 649 assert(Slot->getType() == IntegerType::get(Context, V.getBitWidth())); 650 return Slot.get();