Searched refs:Start1 (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 2010 Value *Start0, *Step0, *Start1, *Step1; in foldBinopWithRecurrence() local 2012 !matchSimpleRecurrence(BO1, PN1, Start1, Step1) || !PN1->hasOneUse() || in foldBinopWithRecurrence() 2021 auto *Init1 = dyn_cast<Constant>(Start1); in foldBinopWithRecurrence()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 3634 Value *Start1 = nullptr, *Step1 = nullptr; in getInvertibleOperands() local 3638 !matchSimpleRecurrence(PN1, BO1, Start1, Step1) || in getInvertibleOperands() 3655 return std::make_pair(Start1, Start2); in getInvertibleOperands()
|