Searched refs:DoesConditionHold (Results 1 – 1 of 1) sorted by relevance
1762 auto DoesConditionHold = [](CmpInst::Predicate Pred, Value *A, Value *B, in tryToSimplifyOverflowMath() local1778 if (!DoesConditionHold(CmpInst::ICMP_SGE, A, B, Info) || in tryToSimplifyOverflowMath()1779 !DoesConditionHold(CmpInst::ICMP_SGE, B, in tryToSimplifyOverflowMath()