Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()