Searched defs:PtrVal (Results 1 – 9 of 9) sorted by relevance
88 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()92 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); } in PointerIntPair()98 void setPointer(PointerTy PtrVal) & { in setPointer()106 void initWithPointer(PointerTy PtrVal) & { in initWithPointer()110 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) & { in setPointerAndInt()
114 SVal PtrVal, const Expr *PtrExpr, CheckerContext &C, ProgramStateRef State, in EnsurePtrNotNull()
308 const auto PtrVal = C.getSValBuilder().getConjuredHeapSymbolVal( in evalCall() local
1939 Value *PtrVal = PointerOperand; in expandAtomicOpToLibcall() local
2535 Value *PtrVal = PtrOps.pop_back_val(); in optimizeCallInst() local
1652 ValueLatticeElement PtrVal = getValueState(I.getOperand(0)); in visitLoadInst() local
78 Value *PtrVal = nullptr; member
577 llvm::Constant *getImageRelativeConstant(llvm::Constant *PtrVal) { in getImageRelativeConstant()
8853 static SDValue getMemCmpLoad(const Value *PtrVal, MVT LoadVT, in getMemCmpLoad()