Searched refs:s1StrRef (Results 1 – 1 of 1) sorted by relevance
1751 StringRef s1StrRef = s1StrLiteral->getString(); in evalStrcmpCommon() local1762 s1StrRef = s1StrRef.substr(0, (size_t)len->getZExtValue()); in evalStrcmpCommon()1773 size_t s1Term = s1StrRef.find('\0'); in evalStrcmpCommon()1775 s1StrRef = s1StrRef.substr(0, s1Term); in evalStrcmpCommon()1786 result = s1StrRef.compare_lower(s2StrRef); in evalStrcmpCommon()1789 result = s1StrRef.compare(s2StrRef); in evalStrcmpCommon()