Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp4490 unsigned NullIndex = 0; in GetStringLengthH() local
4491 for (unsigned E = Slice.Length; NullIndex < E; ++NullIndex) { in GetStringLengthH()
4492 if (Slice.Array->getElementAsInteger(Slice.Offset + NullIndex) == 0) in GetStringLengthH()
4496 return NullIndex + 1; in GetStringLengthH()