Home | History | Annotate | Download | only in IR

Lines Matching refs:ITy

186   if (IntegerType *ITy = dyn_cast<IntegerType>(Ty))
188 APInt::getAllOnesValue(ITy->getBitWidth()));
520 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth());
523 ConstantInt *&Slot = pImpl->IntConstants[DenseMapAPIntKeyInfo::KeyTy(V, ITy)];
524 if (!Slot) Slot = new ConstantInt(ITy, V);