Lines Matching defs:StartBit
1148 unsigned StartBit;
1173 if (P.StartBit)
1174 V = Builder.CreateLShr(V, P.StartBit);
1250 if (L0->StartBit + L0->NumBits != L1->StartBit ||
1251 R0->StartBit + R0->NumBits != R1->StartBit) {
1252 if (L1->StartBit + L1->NumBits != L0->StartBit ||
1253 R1->StartBit + R1->NumBits != R0->StartBit)
1260 IntPart L = {L0->From, L0->StartBit, L0->NumBits + L1->NumBits};
1261 IntPart R = {R0->From, R0->StartBit, R0->NumBits + R1->NumBits};