Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2010 Value *Start0, *Step0, *Start1, *Step1; in foldBinopWithRecurrence() local
2011 if (!matchSimpleRecurrence(BO0, PN0, Start0, Step0) || !PN0->hasOneUse() || in foldBinopWithRecurrence()
2022 auto *C0 = dyn_cast<Constant>(Step0); in foldBinopWithRecurrence()