Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerIntPair.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-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp308 const auto PtrVal = C.getSValBuilder().getConjuredHeapSymbolVal( in evalCall() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1855 Value *PtrVal = PointerOperand; expandAtomicOpToLibcall() local
H A DCodeGenPrepare.cpp2500 Value *PtrVal = PtrOps.pop_back_val(); optimizeCallInst() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1601 ValueLatticeElement PtrVal = getValueState(I.getOperand(0)); visitLoadInst() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h77 Value *PtrVal = nullptr; global() member
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp579 return PtrVal; in getImageRelativeConstant() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8420 getMemCmpLoad(const Value * PtrVal,MVT LoadVT,SelectionDAGBuilder & Builder) getMemCmpLoad() argument