Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp23265 struct UnitT { } Unit; struct
23266 bool operator==(const UnitT &, const UnitT &) { return true; } in operator ==() argument
23267 bool operator!=(const UnitT &, const UnitT &) { return false; } in operator !=() argument
23291 llvm::IntervalMap<int64_t, UnitT, 8, IntervalMapHalfOpenInfo<int64_t>>; in parallelizeChainedStores()