LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::RISCVMatInt::Inst Struct Reference

#include "Target/RISCV/Utils/RISCVMatInt.h"

Collaboration diagram for llvm::RISCVMatInt::Inst:
Collaboration graph
[legend]

Public Member Functions

 Inst (unsigned Opc, int64_t Imm)
 

Public Attributes

unsigned Opc
 
int64_t Imm
 

Detailed Description

Definition at line 20 of file RISCVMatInt.h.

Constructor & Destructor Documentation

◆ Inst()

llvm::RISCVMatInt::Inst::Inst ( unsigned  Opc,
int64_t  Imm 
)
inline

Definition at line 24 of file RISCVMatInt.h.

Member Data Documentation

◆ Imm

int64_t llvm::RISCVMatInt::Inst::Imm

Definition at line 22 of file RISCVMatInt.h.

◆ Opc

unsigned llvm::RISCVMatInt::Inst::Opc

Definition at line 21 of file RISCVMatInt.h.


The documentation for this struct was generated from the following file: