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

/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DSuffixTree.cpp140 unsigned SubstringLen = numElementsInSubstring(NextNode); local
144 if (Active.Len >= SubstringLen) {
149 Active.Idx += SubstringLen;
150 Active.Len -= SubstringLen;

Completed in 71 milliseconds