Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonVectorCombine.cpp1405 Value *QMul = nullptr; in processFxpMulChopped() local
1407 QMul = createMulQ15(Builder, Op.X, Op.Y, Rounding); in processFxpMulChopped()
1409 QMul = createMulQ31(Builder, Op.X, Op.Y, Rounding); in processFxpMulChopped()
1411 if (QMul != nullptr) in processFxpMulChopped()
1412 return QMul; in processFxpMulChopped()