Home
last modified time | relevance | path

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

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