Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1841 SmallVector<std::pair<unsigned, AttributeSet>> IntersectedAttrs; in intersectWith() local
1852 IntersectedAttrs.push_back(std::make_pair(Idx, *IntersectedAS)); in intersectWith()
1855 llvm::sort(IntersectedAttrs, llvm::less_first()); in intersectWith()
1856 return AttributeList::get(C, IntersectedAttrs); in intersectWith()