LLVM 19.0.0git
Public Member Functions | List of all members
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 622 of file SystemZAsmParser.cpp.

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 629 of file SystemZAsmParser.cpp.

References LHS, and RHS.

◆ operator()() [2/3]

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

Definition at line 623 of file SystemZAsmParser.cpp.

References LHS, and RHS.

◆ operator()() [3/3]

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

Definition at line 626 of file SystemZAsmParser.cpp.

References LHS, and RHS.


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