Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:ITy

30   if (IntegerType* ITy = dyn_cast<IntegerType>(Ty)) {
31 if (ITy->getBitWidth() < 32)
173 Type *ITy = IntegerType::get(MI->getContext(), Len*8); // n=1 -> i8.
177 Type *NewDstPtrTy = PointerType::get(ITy, DstAddrSp);
185 StoreInst *S = Builder->CreateStore(ConstantInt::get(ITy, Fill), Dest,