Home
last modified time | relevance | path

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

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