Searched refs:FoundCondValue (Results 1 – 2 of 2) sorted by relevance
1624 Value *FoundCondValue, bool Inverse);
9594 Value *FoundCondValue, in isImpliedCond() argument9596 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()