LLVM 24.0.0git
llvm::MIPatternMatch::AllOnesConstantMatch Struct Reference

Matches an integer constant with all bits set, regardless of width. More...

#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"

Public Member Functions

bool match (const MachineRegisterInfo &MRI, Register Reg)

Detailed Description

Matches an integer constant with all bits set, regardless of width.

Definition at line 264 of file MIPatternMatch.h.

Member Function Documentation

◆ match()

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

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