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