Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp1376 const SCEVAddRecExpr *ARSCEV = in runOnLoop() local
1378 if (!ARSCEV) in runOnLoop()
1381 if (!ARSCEV->isAffine()) in runOnLoop()
1384 const SCEV *Start = ARSCEV->getStart(); in runOnLoop()