Lines Matching defs:ITy
1489 IntegerType *ITy = nullptr;
1518 if (!ITy || ITy->getBitWidth() < UserITy->getBitWidth())
1519 ITy = UserITy;
1530 return {TyIsCommon ? Ty : nullptr, ITy};
2399 if (IntegerType *ITy = dyn_cast<IntegerType>(LI->getType())) {
2400 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy).getFixedValue())
2424 if (IntegerType *ITy = dyn_cast<IntegerType>(ValueTy)) {
2425 if (ITy->getBitWidth() < DL.getTypeStoreSizeInBits(ITy).getFixedValue())