Searched defs:m_Reg (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h68 inline operand_type_match m_Reg() { return operand_type_match(); } function in namespace:llvm::MIPatternMatch
162 inline bind_ty<Register> m_Reg(Register &R) { return R; } function in namespace:llvm::MIPatternMatch

Completed in 103 milliseconds