Lines Matching refs:IntPtrTy
548 Type *IntPtrTy = TD->getIntPtrType(ResultTy->getContext()); in CastGEPIndices() local
556 Ops[i]->getType() != IntPtrTy) { in CastGEPIndices()
560 IntPtrTy, in CastGEPIndices()
562 Ops[i], IntPtrTy)); in CastGEPIndices()
585 Type *IntPtrTy = TD->getIntPtrType(Ptr->getContext()); in SymbolicallyEvaluateGEP() local
597 assert((CE == 0 || CE->getType() == IntPtrTy) && in SymbolicallyEvaluateGEP()
612 unsigned BitWidth = TD->getTypeSizeInBits(IntPtrTy); in SymbolicallyEvaluateGEP()
671 IntegerType *IntPtrTy = TD->getIntPtrType(Ty->getContext()); in SymbolicallyEvaluateGEP() local
676 NewIdxs.push_back(ConstantInt::get(IntPtrTy, 0)); in SymbolicallyEvaluateGEP()
682 NewIdxs.push_back(ConstantInt::get(IntPtrTy, NewIdx)); in SymbolicallyEvaluateGEP()
916 Type *IntPtrTy = TD->getIntPtrType(CE0->getContext()); in ConstantFoldCompareInstOperands() local
921 IntPtrTy, false); in ConstantFoldCompareInstOperands()
929 CE0->getType() == IntPtrTy) { in ConstantFoldCompareInstOperands()
938 Type *IntPtrTy = TD->getIntPtrType(CE0->getContext()); in ConstantFoldCompareInstOperands() local
944 IntPtrTy, false); in ConstantFoldCompareInstOperands()
946 IntPtrTy, false); in ConstantFoldCompareInstOperands()
953 CE0->getType() == IntPtrTy && in ConstantFoldCompareInstOperands()