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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2936 const SCEV *PrevExpr = SE.getSCEV(PrevIV); local
2937 const SCEV *IncExpr = SE.getMinusSCEV(OperExpr, PrevExpr);

Completed in 70 milliseconds