Searched refs:QMul (Results 1 – 1 of 1) sorted by relevance
1405 Value *QMul = nullptr; in processFxpMulChopped() local1407 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()