Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp3293 auto repeatOp = [&](unsigned NewWidth, SDValue Arg) { in ExpandHvxResizeIntoSteps() local
3311 S = repeatOp(InpWidth *= 2, S); in ExpandHvxResizeIntoSteps()
3316 S = repeatOp(InpWidth /= 2, S); in ExpandHvxResizeIntoSteps()