Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1816 Value *QMul = nullptr; in processFxpMulChopped() local
1818 QMul = createMulQ15(Builder, Op.X, Op.Y, Rounding); in processFxpMulChopped()
1820 QMul = createMulQ31(Builder, Op.X, Op.Y, Rounding); in processFxpMulChopped()
1822 if (QMul != nullptr) in processFxpMulChopped()
1823 return QMul; in processFxpMulChopped()