Searched refs:RightStrRef (Results 1 – 1 of 1) sorted by relevance
2404 StringRef RightStrRef = RightStrLiteral->getString(); in evalStrcmpCommon() local2415 RightStrRef = RightStrRef.substr(0, (size_t)len->getZExtValue()); in evalStrcmpCommon()2429 size_t s2Term = RightStrRef.find('\0'); in evalStrcmpCommon()2431 RightStrRef = RightStrRef.substr(0, s2Term); in evalStrcmpCommon()2434 int compareRes = IgnoreCase ? LeftStrRef.compare_insensitive(RightStrRef) in evalStrcmpCommon()2435 : LeftStrRef.compare(RightStrRef); in evalStrcmpCommon()