Home
last modified time | relevance | path

Searched refs:FoundCondValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h2013 const SCEV *RHS, const Value *FoundCondValue,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp11763 const Value *FoundCondValue, bool Inverse, in isImpliedCond() argument
11766 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()