Searched refs:IntersectedAttrs (Results 1 – 1 of 1) sorted by relevance
1841 SmallVector<std::pair<unsigned, AttributeSet>> IntersectedAttrs; in intersectWith() local1852 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()