Home | History | Annotate | Download | only in VMCore

Lines Matching refs:ITy

142   if (IntegerType *ITy = dyn_cast<IntegerType>(Ty))
144 APInt::getAllOnesValue(ITy->getBitWidth()));
425 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth());
427 DenseMapAPIntKeyInfo::KeyTy Key(V, ITy);
429 if (!Slot) Slot = new ConstantInt(ITy, V);