struct SpecificConstantSplatMatch

Declaration

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

Description

Matcher for a specific constant splat.

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

Member Variables

public int64_t RequestedVal

Method Overview

Methods

SpecificConstantSplatMatch(int64_t RequestedVal)

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

Parameters

int64_t RequestedVal

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

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

Parameters

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