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