Lines Matching defs:ITy
3575 auto *ITy = cast<IntegerType>(NewTy);
3577 ConstantPointerNull::get(cast<PointerType>(Ptr->getType())), ITy);
3578 auto *NonNullInt = ConstantExpr::getAdd(NullInt, ConstantInt::get(ITy, 1));
4017 Type *ITy = I->getType();
4018 if (!ITy->isIntOrIntVectorTy() || ITy->getScalarSizeInBits() > 128)
4034 Type *DemandedTy = ITy;
4041 if (auto *IVecTy = dyn_cast<VectorType>(ITy))
4047 if (DemandedBW > ITy->getScalarSizeInBits())
4096 if (ITy != Result->getType()) {
4097 auto *ExtInst = CastInst::CreateIntegerCast(Result, ITy, false, "zext", I->getIterator());