Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp745 SmallVector<Attribute, 8> SortedAttrs(Attrs.begin(), Attrs.end()); in get() local
746 llvm::sort(SortedAttrs); in get()
748 for (const auto &Attr : SortedAttrs) in get()
759 void *Mem = ::operator new(totalSizeToAlloc<Attribute>(SortedAttrs.size())); in get()
760 PA = new (Mem) AttributeSetNode(SortedAttrs); in get()