Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp1408 auto isValidConstantDiff = [](const SCEV *Diff) { in runOnLoop() local
1442 L, isUpdateFormCandidate, isValidConstantDiff, MaxVarsUpdateForm); in runOnLoop()
1459 L, isDSFormCandidate, isValidConstantDiff, MaxVarsDSForm); in runOnLoop()
1469 L, isDQFormCandidate, isValidConstantDiff, MaxVarsDQForm); in runOnLoop()