Lines Matching defs:R0
1185 std::optional<IntPart> R0 = GetMatchPart(Cmp0, 1);
1188 if (!L0 || !R0 || !L1 || !R1)
1193 if (L0->From != L1->From || R0->From != R1->From) {
1194 if (L0->From != R1->From || R0->From != L1->From)
1199 // Make sure the extracted parts are adjacent, canonicalizing to L0/R0 being
1202 R0->StartBit + R0->NumBits != R1->StartBit) {
1204 R1->StartBit + R1->NumBits != R0->StartBit)
1207 std::swap(R0, R1);
1212 IntPart R = {R0->From, R0->StartBit, R0->NumBits + R1->NumBits};