Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp3381 unsigned NullIndex = 0; in GetStringLengthH() local
3382 for (unsigned E = Slice.Length; NullIndex < E; ++NullIndex) { in GetStringLengthH()
3383 if (Slice.Array->getElementAsInteger(Slice.Offset + NullIndex) == 0) in GetStringLengthH()
3387 return NullIndex + 1; in GetStringLengthH()