struct SpecificConstantMatch

Declaration

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

Description

Matcher for a specific constant value.

Declared at: llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:181

Member Variables

public int64_t RequestedVal

Method Overview

Methods

SpecificConstantMatch(int64_t RequestedVal)

Declared at: llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:183

Parameters

int64_t RequestedVal

bool match(const llvm::MachineRegisterInfo& MRI,
           llvm::Register Reg)

Declared at: llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:184

Parameters

const llvm::MachineRegisterInfo& MRI
llvm::Register Reg