Home
last modified time | relevance | path

Searched defs:PtrVal (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDPointerIntPair.h88 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()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDUnixAPIChecker.cpp114 SVal PtrVal, const Expr *PtrExpr, CheckerContext &C, ProgramStateRef State, in EnsurePtrNotNull()
HDSmartPtrModeling.cpp308 const auto PtrVal = C.getSValBuilder().getConjuredHeapSymbolVal( in evalCall() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDAtomicExpandPass.cpp1939 Value *PtrVal = PointerOperand; in expandAtomicOpToLibcall() local
HDCodeGenPrepare.cpp2535 Value *PtrVal = PtrOps.pop_back_val(); in optimizeCallInst() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSCCPSolver.cpp1652 ValueLatticeElement PtrVal = getValueState(I.getOperand(0)); in visitLoadInst() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h78 Value *PtrVal = nullptr; member
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDMicrosoftCXXABI.cpp577 llvm::Constant *getImageRelativeConstant(llvm::Constant *PtrVal) { in getImageRelativeConstant()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp8853 static SDValue getMemCmpLoad(const Value *PtrVal, MVT LoadVT, in getMemCmpLoad()