Searched refs:IsSGE (Results 1 – 1 of 1) sorted by relevance
2270 if (std::optional<bool> IsSGE = KnownBits::sge(Known0, Known1)) in SimplifyDemandedBits() local2271 return TLO.CombineTo(Op, *IsSGE ? Op0 : Op1); in SimplifyDemandedBits()