Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1624 Value *FoundCondValue, bool Inverse);
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp9594 Value *FoundCondValue, in isImpliedCond() argument
9596 if (!PendingLoopPredicates.insert(FoundCondValue).second) in isImpliedCond()
9600 make_scope_exit([&]() { PendingLoopPredicates.erase(FoundCondValue); }); in isImpliedCond()
9603 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(FoundCondValue)) { in isImpliedCond()
9615 ICmpInst *ICI = dyn_cast<ICmpInst>(FoundCondValue); in isImpliedCond()