Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21065 struct UnitT { } Unit; struct
21066 bool operator==(const UnitT &, const UnitT &) { return true; } in operator ==()
21067 bool operator!=(const UnitT &, const UnitT &) { return false; } in operator !=()