Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A DKnownBits.cpp358 if (std::optional<bool> IsUGT = ugt(RHS, LHS)) in uge() local
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2236 bool IsUGT = Pred == CmpInst::ICMP_UGT; in foldICmpShrConstant() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2101 if (std::optional<bool> IsUGT = KnownBits::ugt(Known0, Known1)) in SimplifyDemandedBits() local