Searched refs:LHSPart (Results 1 – 2 of 2) sorted by relevance
1629 std::pair<bool, StringRef> LHSPart = LHSParts.getPart(I); in operator() local1632 assert (LHSPart.first == false && RHSPart.first == false && in operator()1634 if (int Res = LHSPart.second.compare(RHSPart.second)) in operator()1638 std::pair<bool, StringRef> LHSPart = LHSParts.getPart(I); in operator() local1641 assert (LHSPart.first == true && RHSPart.first == true && in operator()1643 if (LHSPart.second.size() != RHSPart.second.size()) in operator()1644 return LHSPart.second.size() < RHSPart.second.size(); in operator()1648 bool LHSFailed = LHSPart.second.getAsInteger(10, LHSVal); (void)LHSFailed; in operator()
1735 std::pair<bool, StringRef> LHSPart = LHSParts.getPart(I); in operator() local1738 assert (LHSPart.first == false && RHSPart.first == false && in operator()1740 if (int Res = LHSPart.second.compare(RHSPart.second)) in operator()1744 std::pair<bool, StringRef> LHSPart = LHSParts.getPart(I); in operator() local1747 assert (LHSPart.first == true && RHSPart.first == true && in operator()1749 if (LHSPart.second.size() != RHSPart.second.size()) in operator()1750 return LHSPart.second.size() < RHSPart.second.size(); in operator()1754 bool LHSFailed = LHSPart.second.getAsInteger(10, LHSVal); (void)LHSFailed; in operator()