Home
last modified time | relevance | path

Searched refs:getMemoryPointerParamPos (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp461 getMemoryPointerParamPos(getIntrinsicID()); in getPointerAlignment()
468 if (auto PtrParamOpt = getMemoryPointerParamPos(getIntrinsicID())) in getMemoryPointerParam()
474 VPIntrinsic::getMemoryPointerParamPos(Intrinsic::ID VPID) { in getMemoryPointerParamPos() function in VPIntrinsic
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h592 static std::optional<unsigned> getMemoryPointerParamPos(Intrinsic::ID);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1407 unsigned PtrOpNo = *VPI->getMemoryPointerParamPos(IID); in getInterestingMemoryOperands()
1434 unsigned PtrOpNo = *VPI->getMemoryPointerParamPos(IID); in getInterestingMemoryOperands()