Home
last modified time | relevance | path

Searched defs:AttributeComparator (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp449 struct AttributeComparator { struct
450 bool operator()(const CodeGenIntrinsic *L, const CodeGenIntrinsic *R) const { in operator ()()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DAttributes.cpp1650 struct AttributeComparator { struct
1651 bool operator()(Attribute A0, Attribute A1) const { in operator ()()
1679 auto It = lower_bound(Attrs, Kind, AttributeComparator()); in addAttributeImpl() argument