Lines Matching defs:StartBit
1112 unsigned StartBit;
1137 if (P.StartBit)
1138 V = Builder.CreateLShr(V, P.StartBit);
1201 if (L0->StartBit + L0->NumBits != L1->StartBit ||
1202 R0->StartBit + R0->NumBits != R1->StartBit) {
1203 if (L1->StartBit + L1->NumBits != L0->StartBit ||
1204 R1->StartBit + R1->NumBits != R0->StartBit)
1211 IntPart L = {L0->From, L0->StartBit, L0->NumBits + L1->NumBits};
1212 IntPart R = {R0->From, R0->StartBit, R0->NumBits + R1->NumBits};