Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:StepSize

417   for (unsigned StepSize = NumParts; StepSize > 1; StepSize /= 2) {
418 for (unsigned i = 0; i < NumParts; i += StepSize) {
419 unsigned ThisBits = StepSize * PartBits / 2;
422 SDValue &Part1 = Parts[i+StepSize/2];