ΒΆtemplate <typename LHS, typename RHS>
inline BinaryOp_match<LHS,
                      RHS,
                      Instruction::FMul,
                      true>
m_c_FMul(const LHS& L, const RHS& R)

Description

Matches FMul with LHS and RHS in either order.

Declared at: llvm/include/llvm/IR/PatternMatch.h:2364

Templates

LHS
RHS

Parameters

const LHS& L
const RHS& R