Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp407 struct AttributeComparator { struct
408 bool operator()(const CodeGenIntrinsic *L, const CodeGenIntrinsic *R) const { in operator ()()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1824 struct AttributeComparator { struct
1825 bool operator()(Attribute A0, Attribute A1) const { in operator ()()
1853 auto It = lower_bound(Attrs, Kind, AttributeComparator()); in addAttributeImpl() argument