Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DFunction.h482 uint64_t getParamDereferenceableOrNullBytes(unsigned ArgNo) const { in getParamDereferenceableOrNullBytes() function
483 return AttributeSets.getParamDereferenceableOrNullBytes(ArgNo); in getParamDereferenceableOrNullBytes()
DInstrTypes.h1823 uint64_t getParamDereferenceableOrNullBytes(unsigned i) const {
1824 return Attrs.getParamDereferenceableOrNullBytes(i);
DAttributes.h878 uint64_t getParamDereferenceableOrNullBytes(unsigned ArgNo) const;
/openbsd/src/gnu/llvm/llvm/lib/IR/
DAttributes.cpp1559 AttributeList::getParamDereferenceableOrNullBytes(unsigned Index) const { in getParamDereferenceableOrNullBytes() function in AttributeList
DFunction.cpp229 return getParent()->getParamDereferenceableOrNullBytes(getArgNo()); in getDereferenceableOrNullBytes()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp226 DerefBytes = std::max(CI->getParamDereferenceableOrNullBytes(ArgNo), in annotateDereferenceableBytes()