Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1618 unsigned StepSize = Step->getZExtValue(); in isValidStrlenIdiom() local
1623 if (OpWidth != StepSize * 8) in isValidStrlenIdiom()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp617 for (unsigned StepSize = NumParts; StepSize > 1; StepSize /= 2) { in getCopyToParts() local
618 for (unsigned i = 0; i < NumParts; i += StepSize) { in getCopyToParts()
619 unsigned ThisBits = StepSize * PartBits / 2; in getCopyToParts()
622 SDValue &Part1 = Parts[i+StepSize/2]; in getCopyToParts()