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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2927 Value *PrevIV = getWideOperand(Chain.Incs.back().IVOperand); local
2928 if (!isCompatibleIVType(PrevIV, NextIV))
2936 const SCEV *PrevExpr = SE.getSCEV(PrevIV);

Completed in 56 milliseconds