Lines Matching refs:IntPtrTy
749 Type *IntPtrTy = DL.getIntPtrType(ResultTy); in CastGEPIndices() local
750 Type *IntPtrScalarTy = IntPtrTy->getScalarType(); in CastGEPIndices()
761 ? IntPtrTy in CastGEPIndices()
762 : IntPtrTy->getScalarType(); in CastGEPIndices()
822 Type *IntPtrTy = DL.getIntPtrType(Ptr->getType()); in SymbolicallyEvaluateGEP() local
833 assert((!CE || CE->getType() == IntPtrTy) && in SymbolicallyEvaluateGEP()
848 unsigned BitWidth = DL.getTypeSizeInBits(IntPtrTy); in SymbolicallyEvaluateGEP()
928 NewIdxs.push_back(ConstantInt::get(IntPtrTy, 0)); in SymbolicallyEvaluateGEP()
937 NewIdxs.push_back(ConstantInt::get(IntPtrTy, NewIdx)); in SymbolicallyEvaluateGEP()
1196 Type *IntPtrTy = DL.getIntPtrType(CE0->getType()); in ConstantFoldCompareInstOperands() local
1200 IntPtrTy, false); in ConstantFoldCompareInstOperands()
1208 Type *IntPtrTy = DL.getIntPtrType(CE0->getOperand(0)->getType()); in ConstantFoldCompareInstOperands() local
1209 if (CE0->getType() == IntPtrTy) { in ConstantFoldCompareInstOperands()
1220 Type *IntPtrTy = DL.getIntPtrType(CE0->getType()); in ConstantFoldCompareInstOperands() local
1225 IntPtrTy, false); in ConstantFoldCompareInstOperands()
1227 IntPtrTy, false); in ConstantFoldCompareInstOperands()
1234 Type *IntPtrTy = DL.getIntPtrType(CE0->getOperand(0)->getType()); in ConstantFoldCompareInstOperands() local
1235 if (CE0->getType() == IntPtrTy && in ConstantFoldCompareInstOperands()