Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2980 Value *PrevIV = getWideOperand(Chain.Incs.back().IVOperand); in ChainInstruction() local
2981 if (!isCompatibleIVType(PrevIV, NextIV)) in ChainInstruction()
2989 const SCEV *PrevExpr = SE.getSCEV(PrevIV); in ChainInstruction()