Searched refs:FoundCondValue (Results 1 – 2 of 2) sorted by relevance
2013 const SCEV *RHS, const Value *FoundCondValue,
11763 const Value *FoundCondValue, bool Inverse, in isImpliedCond() argument11766 if (FoundCondValue == in isImpliedCond()11767 ConstantInt::getBool(FoundCondValue->getContext(), Inverse)) in isImpliedCond()11770 if (!PendingLoopPredicates.insert(FoundCondValue).second) in isImpliedCond()11774 make_scope_exit([&]() { PendingLoopPredicates.erase(FoundCondValue); }); in isImpliedCond()11778 if (match(FoundCondValue, m_LogicalAnd(m_Value(Op0), m_Value(Op1)))) { in isImpliedCond()11782 } else if (match(FoundCondValue, m_LogicalOr(m_Value(Op0), m_Value(Op1)))) { in isImpliedCond()11788 const ICmpInst *ICI = dyn_cast<ICmpInst>(FoundCondValue); in isImpliedCond()