Home
last modified time | relevance | path

Searched refs:getParamDereferenceableOrNullBytes (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h483 uint64_t getParamDereferenceableOrNullBytes(unsigned ArgNo) const { in getParamDereferenceableOrNullBytes() function
484 return AttributeSets.getParamDereferenceableOrNullBytes(ArgNo); in getParamDereferenceableOrNullBytes()
H A DInstrTypes.h1813 uint64_t getParamDereferenceableOrNullBytes(unsigned i) const {
1814 return Attrs.getParamDereferenceableOrNullBytes(i);
H A DAttributes.h865 uint64_t getParamDereferenceableOrNullBytes(unsigned ArgNo) const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp1485 AttributeList::getParamDereferenceableOrNullBytes(unsigned Index) const { in getParamDereferenceableOrNullBytes() function in AttributeList
H A DFunction.cpp234 return getParent()->getParamDereferenceableOrNullBytes(getArgNo()); in getDereferenceableOrNullBytes()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp224 DerefBytes = std::max(CI->getParamDereferenceableOrNullBytes(ArgNo), in annotateDereferenceableBytes()