Searched refs:FoundCondValue (Results 1 – 6 of 6) sorted by relevance
1004 Value *FoundCondValue,
1650 Value *FoundCondValue, bool Inverse);
1759 const Value *FoundCondValue, bool Inverse,
9736 Value *FoundCondValue, in isImpliedCond() argument9738 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()
8046 Value *FoundCondValue, in isImpliedCond() argument8048 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()
10076 const Value *FoundCondValue, bool Inverse, in isImpliedCond() argument10078 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()