Searched refs:RightStrRef (Results 1 – 1 of 1) sorted by relevance
2107 StringRef RightStrRef = RightStrLiteral->getString(); in evalStrcmpCommon() local2118 RightStrRef = RightStrRef.substr(0, (size_t)len->getZExtValue()); in evalStrcmpCommon()2132 size_t s2Term = RightStrRef.find('\0'); in evalStrcmpCommon()2134 RightStrRef = RightStrRef.substr(0, s2Term); in evalStrcmpCommon()2137 int compareRes = IgnoreCase ? LeftStrRef.compare_insensitive(RightStrRef) in evalStrcmpCommon()2138 : LeftStrRef.compare(RightStrRef); in evalStrcmpCommon()