struct RegImmPair

Declaration

struct RegImmPair { /* full declaration omitted */ };

Description

Used to describe a register and immediate addition.

Declared at: llvm/include/llvm/CodeGen/TargetInstrInfo.h:78

Member Variables

public llvm::Register Reg
public int64_t Imm

Method Overview

  • public RegImmPair(llvm::Register Reg, int64_t Imm)

Methods

ΒΆRegImmPair(llvm::Register Reg, int64_t Imm)

Declared at: llvm/include/llvm/CodeGen/TargetInstrInfo.h:82

Parameters

llvm::Register Reg
int64_t Imm