LLVM
8.0.1
|
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
Public Member Functions | |
UnaryOp_match (const SrcTy &LHS) | |
template<typename OpTy > | |
bool | match (MachineRegisterInfo &MRI, OpTy &&Op) |
Public Attributes | |
SrcTy | L |
Definition at line 243 of file MIPatternMatch.h.
|
inline |
Definition at line 246 of file MIPatternMatch.h.
|
inline |
Definition at line 247 of file MIPatternMatch.h.
References llvm::MachineInstr::getNumOperands(), llvm::MachineInstr::getOpcode(), llvm::MachineInstr::getOperand(), llvm::MachineOperand::getReg(), llvm::MIPatternMatch::m_MInstr(), and llvm::MIPatternMatch::mi_match().
SrcTy llvm::MIPatternMatch::UnaryOp_match< SrcTy, Opcode >::L |
Definition at line 244 of file MIPatternMatch.h.