Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolution.h496 Value *FoundCondValue,
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1004 Value *FoundCondValue,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolution.h1624 Value *FoundCondValue, bool Inverse);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp5879 Value *FoundCondValue, in isImpliedCond() argument
5882 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(FoundCondValue)) { in isImpliedCond()
5894 ICmpInst *ICI = dyn_cast<ICmpInst>(FoundCondValue); in isImpliedCond()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp9393 Value *FoundCondValue, in isImpliedCond() argument
9395 if (!PendingLoopPredicates.insert(FoundCondValue).second) in isImpliedCond()
9399 make_scope_exit([&]() { PendingLoopPredicates.erase(FoundCondValue); }); in isImpliedCond()
9402 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(FoundCondValue)) { in isImpliedCond()
9414 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()