Home
last modified time | relevance | path

Searched refs:getRetDereferenceableOrNullBytes (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1855 uint64_t getRetDereferenceableOrNullBytes() const {
1856 uint64_t Bytes = Attrs.getRetDereferenceableOrNullBytes();
1859 F->getAttributes().getRetDereferenceableOrNullBytes());
H A DAttributes.h961 LLVM_ABI uint64_t getRetDereferenceableOrNullBytes() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp910 DerefBytes = Call->getRetDereferenceableOrNullBytes(); in getPointerDereferenceableBytes()
H A DAttributes.cpp1963 uint64_t AttributeList::getRetDereferenceableOrNullBytes() const { in getRetDereferenceableOrNullBytes() function in AttributeList
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1528 if (auto DerefOrNullBytes = CB.getRetDereferenceableOrNullBytes()) in IdentifyValidUBGeneratingAttributes()
1606 AL.getRetDereferenceableOrNullBytes()) in AddReturnAttributes()