Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp932 const SCEV *IVInit = AR->getStart(); in genLoopLimit() local
933 if (!isa<SCEVConstant>(IVInit) || !isa<SCEVConstant>(ExitCount)) in genLoopLimit()