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