Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1004 Value *FoundCondValue,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h1650 Value *FoundCondValue, bool Inverse);
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h1759 const Value *FoundCondValue, bool Inverse,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp9736 Value *FoundCondValue, in isImpliedCond() argument
9738 if (!PendingLoopPredicates.insert(FoundCondValue).second) in isImpliedCond()
9742 make_scope_exit([&]() { PendingLoopPredicates.erase(FoundCondValue); }); in isImpliedCond()
9745 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(FoundCondValue)) { in isImpliedCond()
9757 ICmpInst *ICI = dyn_cast<ICmpInst>(FoundCondValue); in isImpliedCond()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp8046 Value *FoundCondValue, in isImpliedCond() argument
8048 MarkPendingLoopPredicate Mark(FoundCondValue, PendingLoopPredicates); in isImpliedCond()
8053 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(FoundCondValue)) { in isImpliedCond()
8065 ICmpInst *ICI = dyn_cast<ICmpInst>(FoundCondValue); in isImpliedCond()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp10076 const Value *FoundCondValue, bool Inverse, in isImpliedCond() argument
10078 if (!PendingLoopPredicates.insert(FoundCondValue).second) in isImpliedCond()
10082 make_scope_exit([&]() { PendingLoopPredicates.erase(FoundCondValue); }); in isImpliedCond()
10085 if (const BinaryOperator *BO = dyn_cast<BinaryOperator>(FoundCondValue)) { in isImpliedCond()
10101 const ICmpInst *ICI = dyn_cast<ICmpInst>(FoundCondValue); in isImpliedCond()