Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5823 unsigned NullIndex = 0; in GetStringLengthH() local
5824 for (unsigned E = Slice.Length; NullIndex < E; ++NullIndex) { in GetStringLengthH()
5825 if (Slice.Array->getElementAsInteger(Slice.Offset + NullIndex) == 0) in GetStringLengthH()
5829 return NullIndex + 1; in GetStringLengthH()