Home
last modified time | relevance | path

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

/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()
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp114 SVal PtrVal, const Expr *PtrExpr, CheckerContext &C, ProgramStateRef State, in EnsurePtrNotNull()
H A DSmartPtrModeling.cpp308 const auto PtrVal = C.getSValBuilder().getConjuredHeapSymbolVal( in evalCall() local
/llvm-project/polly/lib/Analysis/
H A DScopDetection.cpp532 for (auto *PtrVal : PtrVals) involvesMultiplePtrs() local
/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1939 Value *PtrVal = PointerOperand; expandAtomicOpToLibcall() local
H A DCodeGenPrepare.cpp2535 Value *PtrVal = PtrOps.pop_back_val(); optimizeCallInst() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1657 ValueLatticeElement PtrVal = getValueState(I.getOperand(0)); visitLoadInst() local
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysisTest.cpp794 auto *PtrVal = cast_or_null<PointerValue>(Env.getValue(*E)); transfer() local
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h78 Value *PtrVal = nullptr; global() member
/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp577 getImageRelativeConstant(llvm::Constant * PtrVal) getImageRelativeConstant() argument
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8838 getMemCmpLoad(const Value * PtrVal,MVT LoadVT,SelectionDAGBuilder & Builder) getMemCmpLoad() argument