Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6389 static uint64_t GetStringLengthH(const Value *V, in GetStringLengthH() function
6404 uint64_t Len = GetStringLengthH(IncValue, PHIs, CharSize); in GetStringLengthH()
6420 uint64_t Len1 = GetStringLengthH(SI->getTrueValue(), PHIs, CharSize); in GetStringLengthH()
6422 uint64_t Len2 = GetStringLengthH(SI->getFalseValue(), PHIs, CharSize); in GetStringLengthH()
6459 uint64_t Len = GetStringLengthH(V, PHIs, CharSize); in GetStringLength()