Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h503 uint64_t getParamDereferenceableOrNullBytes(unsigned ArgNo) const { in getParamDereferenceableOrNullBytes() function
504 return AttributeSets.getParamDereferenceableOrNullBytes(ArgNo); in getParamDereferenceableOrNullBytes()
H A DInstrTypes.h1911 uint64_t getParamDereferenceableOrNullBytes(unsigned i) const {
1912 return Attrs.getParamDereferenceableOrNullBytes(i);
H A DAttributes.h881 uint64_t getParamDereferenceableOrNullBytes(unsigned ArgNo) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp251 return getParent()->getParamDereferenceableOrNullBytes(getArgNo()); in getDereferenceableOrNullBytes()
H A DAttributes.cpp1588 AttributeList::getParamDereferenceableOrNullBytes(unsigned Index) const { in getParamDereferenceableOrNullBytes() function in AttributeList
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp267 DerefBytes = std::max(CI->getParamDereferenceableOrNullBytes(ArgNo), in annotateDereferenceableBytes()