Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:ITy

35   if (IntegerType* ITy = dyn_cast<IntegerType>(Ty)) {
36 if (ITy->getBitWidth() < 32)
176 Type *ITy = IntegerType::get(MI->getContext(), Len*8); // n=1 -> i8.
180 Type *NewDstPtrTy = PointerType::get(ITy, DstAddrSp);
188 StoreInst *S = Builder->CreateStore(ConstantInt::get(ITy, Fill), Dest,