Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:ITy

362         auto *ITy = cast<IntegerType>(NewTy);
364 ConstantPointerNull::get(cast<PointerType>(Ptr->getType())), ITy);
366 ConstantExpr::getAdd(NullInt, ConstantInt::get(ITy, 1));