Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:IntPtrTy

770   Type *IntPtrTy = TD->getIntPtrType(Ty->getContext());
785 NewIndices.push_back(ConstantInt::get(IntPtrTy, FirstIdx));
807 NewIndices.push_back(ConstantInt::get(IntPtrTy,Offset/EltSize));
1079 Type *IntPtrTy = TD->getIntPtrType(GEP.getPointerOperandType());
1093 *I = Constant::getNullValue(IntPtrTy);
1098 if (IndexTy != IntPtrTy) {
1102 *I = Builder->CreateIntCast(*I, IntPtrTy, true);