Lines Matching defs:ITy
164 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty))166 APInt::getAllOnesValue(ITy->getBitWidth()));484 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth());487 ConstantInt *&Slot = pImpl->IntConstants[DenseMapAPIntKeyInfo::KeyTy(V, ITy)];488 if (!Slot) Slot = new ConstantInt(ITy, V);