Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DValueEnumerator.cpp135 struct CstSortPredicate { struct
136 ValueEnumerator &VE;
137 explicit CstSortPredicate(ValueEnumerator &ve) : VE(ve) {} in CstSortPredicate() argument
138 bool operator()(const std::pair<const Value*, unsigned> &LHS, in operator ()()