Home
last modified time | relevance | path

Searched refs:hasAttributesAtIndex (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.h748 bool hasAttributesAtIndex(unsigned Index) const;
762 return hasAttributesAtIndex(ArgNo + FirstArgIndex);
776 bool hasRetAttrs() const { return hasAttributesAtIndex(ReturnIndex); }
785 bool hasFnAttrs() const { return hasAttributesAtIndex(FunctionIndex); }
/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp1401 bool AttributeList::hasAttributesAtIndex(unsigned Index) const { in hasAttributesAtIndex() function in AttributeList