Home
last modified time | relevance | path

Searched refs:StepSize (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp587 for (unsigned StepSize = NumParts; StepSize > 1; StepSize /= 2) { in getCopyToParts() local
588 for (unsigned i = 0; i < NumParts; i += StepSize) { in getCopyToParts()
589 unsigned ThisBits = StepSize * PartBits / 2; in getCopyToParts()
592 SDValue &Part1 = Parts[i+StepSize/2]; in getCopyToParts()