Home
last modified time | relevance | path

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

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