Searched defs:PtrVal (Results 1 – 10 of 10) sorted by relevance
54 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()58 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); } in PointerIntPair()64 void setPointer(PointerTy PtrVal) & { in setPointer()72 void initWithPointer(PointerTy PtrVal) & { in initWithPointer()76 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) & { in setPointerAndInt()
390 Value *PtrVal = B.CreateBitCast(&Arg, PtrTy); in runOnFunction() local
479 Value *PtrVal = SrcVal->getPointerOperand(); in getLoadValueForLoad() local
1423 ValueLatticeElement PtrVal = getValueState(I.getOperand(0)); in visitLoadInst() local
308 const auto PtrVal = C.getSValBuilder().getConjuredHeapSymbolVal( in evalCall() local
1868 Value *PtrVal = in expandAtomicOpToLibcall() local
2380 Value *PtrVal = PtrOps.pop_back_val(); in optimizeCallInst() local
76 Value *PtrVal = nullptr; member
567 llvm::Constant *getImageRelativeConstant(llvm::Constant *PtrVal) { in getImageRelativeConstant()
8020 static SDValue getMemCmpLoad(const Value *PtrVal, MVT LoadVT, in getMemCmpLoad()