Lines Matching defs:L0
1184 std::optional<IntPart> L0 = GetMatchPart(Cmp0, 0);
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
1201 if (L0->StartBit + L0->NumBits != L1->StartBit ||
1203 if (L1->StartBit + L1->NumBits != L0->StartBit ||
1206 std::swap(L0, L1);
1211 IntPart L = {L0->From, L0->StartBit, L0->NumBits + L1->NumBits};