Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:stepsize

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