Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5769 static uint64_t GetStringLengthH(const Value *V, in GetStringLengthH() function
5784 uint64_t Len = GetStringLengthH(IncValue, PHIs, CharSize); in GetStringLengthH()
5800 uint64_t Len1 = GetStringLengthH(SI->getTrueValue(), PHIs, CharSize); in GetStringLengthH()
5802 uint64_t Len2 = GetStringLengthH(SI->getFalseValue(), PHIs, CharSize); in GetStringLengthH()
5839 uint64_t Len = GetStringLengthH(V, PHIs, CharSize); in GetStringLength()