Lines Matching defs:ITy
1467 IntegerType *ITy = nullptr;
1496 if (!ITy || ITy->getBitWidth() < UserITy->getBitWidth())
1497 ITy = UserITy;
1508 return {TyIsCommon ? Ty : nullptr, ITy};
2377 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) {
2378 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy).getFixedValue())
2402 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) {
2403 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy).getFixedValue())