Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4228 static uint64_t GetStringLengthH(const Value *V, in GetStringLengthH() function
4243 uint64_t Len = GetStringLengthH(IncValue, PHIs, CharSize); in GetStringLengthH()
4259 uint64_t Len1 = GetStringLengthH(SI->getTrueValue(), PHIs, CharSize); in GetStringLengthH()
4261 uint64_t Len2 = GetStringLengthH(SI->getFalseValue(), PHIs, CharSize); in GetStringLengthH()
4294 uint64_t Len = GetStringLengthH(V, PHIs, CharSize); in GetStringLength()