Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h529 uint64_t getParamDereferenceableOrNullBytes(unsigned ArgNo) const { in getParamDereferenceableOrNullBytes() function
530 return AttributeSets.getParamDereferenceableOrNullBytes(ArgNo); in getParamDereferenceableOrNullBytes()
H A DInstrTypes.h1867 uint64_t getParamDereferenceableOrNullBytes(unsigned i) const {
1868 return Attrs.getParamDereferenceableOrNullBytes(i);
H A DAttributes.h965 LLVM_ABI uint64_t getParamDereferenceableOrNullBytes(unsigned ArgNo) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp254 return getParent()->getParamDereferenceableOrNullBytes(getArgNo()); in getDereferenceableOrNullBytes()
H A DAttributes.cpp1968 AttributeList::getParamDereferenceableOrNullBytes(unsigned Index) const { in getParamDereferenceableOrNullBytes() function in AttributeList
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1459 if (AL.getParamDereferenceableOrNullBytes(I) > in AddParamAndFnBasicAttributes()
H A DSimplifyLibCalls.cpp279 DerefBytes = std::max(CI->getParamDereferenceableOrNullBytes(ArgNo), in annotateDereferenceableBytes()