Home
last modified time | relevance | path

Searched refs:IsULT (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1752 if (Optional<bool> IsULT = KnownBits::ult(Known0, Known1)) in SimplifyDemandedBits() local
1753 return TLO.CombineTo(Op, IsULT.getValue() ? Op0 : Op1); in SimplifyDemandedBits()