Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DAttributes.cpp552 SmallVector<Attribute, 8> SortedAttrs(Attrs.begin(), Attrs.end()); in get() local
553 std::sort(SortedAttrs.begin(), SortedAttrs.end()); in get()
555 for (Attribute Attr : SortedAttrs) in get()
566 void *Mem = ::operator new(totalSizeToAlloc<Attribute>(SortedAttrs.size())); in get()
567 PA = new (Mem) AttributeSetNode(SortedAttrs); in get()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAttributes.cpp658 SmallVector<Attribute, 8> SortedAttrs(Attrs.begin(), Attrs.end()); in get() local
659 llvm::sort(SortedAttrs.begin(), SortedAttrs.end()); in get()
661 for (const auto Attr : SortedAttrs) in get()
672 void *Mem = ::operator new(totalSizeToAlloc<Attribute>(SortedAttrs.size())); in get()
673 PA = new (Mem) AttributeSetNode(SortedAttrs); in get()