Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp22986 struct UnitT { } Unit; struct
22987 bool operator==(const UnitT &, const UnitT &) { return true; } in operator ==()
22988 bool operator!=(const UnitT &, const UnitT &) { return false; } in operator !=()