Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp13708 auto GetDelta = [&](const SCEV *Old, const SCEV *New) -> const SCEV * { in verify() local
13762 const SCEV *Delta = GetDelta(CurBECount, NewBECount); in verify()
13802 const SCEV *Delta = GetDelta(OldSCEV, NewSCEV); in verify()