Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp24844 struct UnitT { } Unit; struct
24845 bool operator==(const UnitT &, const UnitT &) { return true; } in operator ==() argument
24846 bool operator!=(const UnitT &, const UnitT &) { return false; } in operator !=() argument
24870 llvm::IntervalMap<int64_t, UnitT, 8, IntervalMapHalfOpenInfo<int64_t>>; in parallelizeChainedStores()