Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DSuffixTree.cpp129 unsigned SubstringLen = NextNode->size(); in extend() local
133 if (Active.Len >= SubstringLen) { in extend()
136 Active.Idx += SubstringLen; in extend()
137 Active.Len -= SubstringLen; in extend()