Searched refs:matchFxpMul (Results 1 – 1 of 1) sorted by relevance
367 auto matchFxpMul(Instruction &In) const -> std::optional<FxpOp>;1250 auto HvxIdioms::matchFxpMul(Instruction &In) const -> std::optional<FxpOp> { in matchFxpMul() function in HvxIdioms1722 if (auto Fxm = matchFxpMul(*It)) { in run()