Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
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 !=()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp22554 struct UnitT { } Unit; struct
22555 bool operator==(const UnitT &, const UnitT &) { return true; } in operator ==()
22556 bool operator!=(const UnitT &, const UnitT &) { return false; } in operator !=()