Searched refs:FoundCondValue (Results 1 – 6 of 6) sorted by relevance
496 Value *FoundCondValue,
1004 Value *FoundCondValue,
1624 Value *FoundCondValue, bool Inverse);
5879 Value *FoundCondValue, in isImpliedCond() argument5882 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(FoundCondValue)) { in isImpliedCond()5894 ICmpInst *ICI = dyn_cast<ICmpInst>(FoundCondValue); in isImpliedCond()
9393 Value *FoundCondValue, in isImpliedCond() argument9395 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()
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()