Home
last modified time | relevance | path

Searched defs:IsUGT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp513 if (std::optional<bool> IsUGT = ugt(RHS, LHS)) in uge() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2485 bool IsUGT = Pred == CmpInst::ICMP_UGT; in foldICmpShrConstant() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2286 if (std::optional<bool> IsUGT = KnownBits::ugt(Known0, Known1)) in SimplifyDemandedBits() local