LLVM 22.0.0git
CompareInsn Struct Reference

Public Member Functions

bool operator() (const InsnMatchEntry &LHS, StringRef RHS)
bool operator() (StringRef LHS, const InsnMatchEntry &RHS)
bool operator() (const InsnMatchEntry &LHS, const InsnMatchEntry &RHS)

Detailed Description

Definition at line 652 of file SystemZAsmParser.cpp.

Member Function Documentation

◆ operator()() [1/3]

bool CompareInsn::operator() ( const InsnMatchEntry & LHS,
const InsnMatchEntry & RHS )
inline

Definition at line 659 of file SystemZAsmParser.cpp.

◆ operator()() [2/3]

bool CompareInsn::operator() ( const InsnMatchEntry & LHS,
StringRef RHS )
inline

Definition at line 653 of file SystemZAsmParser.cpp.

◆ operator()() [3/3]

bool CompareInsn::operator() ( StringRef LHS,
const InsnMatchEntry & RHS )
inline

Definition at line 656 of file SystemZAsmParser.cpp.


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