Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp620 for (unsigned StepSize = NumParts; StepSize > 1; StepSize /= 2) { in getCopyToParts() local
621 for (unsigned i = 0; i < NumParts; i += StepSize) { in getCopyToParts()
622 unsigned ThisBits = StepSize * PartBits / 2; in getCopyToParts()
625 SDValue &Part1 = Parts[i+StepSize/2]; in getCopyToParts()