Home
last modified time | relevance | path

Searched refs:Start1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2010 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 DValueTracking.cpp3634 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()