Searched refs:RHSPart (Results 1 – 1 of 1) sorted by relevance
2175 std::pair<bool, StringRef> RHSPart = RHSParts.getPart(I); in operator() local2177 assert (LHSPart.first == false && RHSPart.first == false && in operator()2179 if (int Res = LHSPart.second.compare(RHSPart.second)) in operator()2184 std::pair<bool, StringRef> RHSPart = RHSParts.getPart(I); in operator() local2186 assert (LHSPart.first == true && RHSPart.first == true && in operator()2188 if (LHSPart.second.size() != RHSPart.second.size()) in operator()2189 return LHSPart.second.size() < RHSPart.second.size(); in operator()2195 bool RHSFailed = RHSPart.second.getAsInteger(10, RHSVal); (void)RHSFailed; in operator()