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