Lines Matching defs:ITy
3664 auto *ITy = cast<IntegerType>(NewTy);
3666 ConstantPointerNull::get(cast<PointerType>(Ptr->getType())), ITy);
3667 auto *NonNullInt = ConstantExpr::getAdd(NullInt, ConstantInt::get(ITy, 1));
4106 Type *ITy = I->getType();
4107 if (!ITy->isIntOrIntVectorTy() || ITy->getScalarSizeInBits() > 128)
4123 Type *DemandedTy = ITy;
4130 if (auto *IVecTy = dyn_cast<VectorType>(ITy))
4136 if (DemandedBW > ITy->getScalarSizeInBits())
4186 if (ITy != Result->getType()) {
4187 auto *ExtInst = CastInst::CreateIntegerCast(Result, ITy, false, "zext", I->getIterator());