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