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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp743 auto IsInductionVar = [&](const SCEVAddRecExpr *AR, bool &IsIncreasing) { local
770 if (!IsInductionVar(IndVarNext, IsIncreasing)) {

Completed in 99 milliseconds