Searched refs:RHSPart (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/TableGen/
H A DRecord.h1780 std::pair<bool, StringRef> RHSPart = RHSParts.getPart(I); local
1782 assert (LHSPart.first == false && RHSPart.first == false &&
1784 if (int Res = LHSPart.second.compare(RHSPart.second))
1789 std::pair<bool, StringRef> RHSPart = RHSParts.getPart(I); local
1791 assert (LHSPart.first == true && RHSPart.first == true &&
1793 if (LHSPart.second.size() != RHSPart.second.size())
1794 return LHSPart.second.size() < RHSPart.second.size();
1800 bool RHSFailed = RHSPart.second.getAsInteger(10, RHSVal); (void)RHSFailed;

Completed in 146 milliseconds