Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp14203 auto GetDelta = [&](const SCEV *Old, const SCEV *New) -> const SCEV * { in verify() local
14257 const SCEV *Delta = GetDelta(CurBECount, NewBECount); in verify()
14297 const SCEV *Delta = GetDelta(OldSCEV, NewSCEV); in verify()