reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
643 std::unique_ptr<ConstantInt> &Slot = pImpl->IntConstants[V]; 646 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth()); 647 Slot.reset(new ConstantInt(ITy, V)); 649 assert(Slot->getType() == IntegerType::get(Context, V.getBitWidth()));