Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h521 uint64_t getParamDereferenceableOrNullBytes(unsigned ArgNo) const { in getParamDereferenceableOrNullBytes() function
522 return AttributeSets.getParamDereferenceableOrNullBytes(ArgNo); in getParamDereferenceableOrNullBytes()
H A DInstrTypes.h1927 uint64_t getParamDereferenceableOrNullBytes(unsigned i) const {
1928 return Attrs.getParamDereferenceableOrNullBytes(i);
H A DAttributes.h924 uint64_t getParamDereferenceableOrNullBytes(unsigned ArgNo) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp261 return getParent()->getParamDereferenceableOrNullBytes(getArgNo()); in getDereferenceableOrNullBytes()
H A DAttributes.cpp1725 AttributeList::getParamDereferenceableOrNullBytes(unsigned Index) const { in getParamDereferenceableOrNullBytes() function in AttributeList
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp276 DerefBytes = std::max(CI->getParamDereferenceableOrNullBytes(ArgNo), in annotateDereferenceableBytes()