Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp1371 const SCEVAddRecExpr *ARSCEV = in runOnLoop() local
1373 if (!ARSCEV) in runOnLoop()
1376 if (!ARSCEV->isAffine()) in runOnLoop()
1379 const SCEV *Start = ARSCEV->getStart(); in runOnLoop()