LLVM  8.0.1
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 570 of file SystemZAsmParser.cpp.

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 571 of file SystemZAsmParser.cpp.

References InsnMatchEntry::Format.

◆ operator()() [2/3]

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

Definition at line 574 of file SystemZAsmParser.cpp.

References InsnMatchEntry::Format.

◆ operator()() [3/3]

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

Definition at line 577 of file SystemZAsmParser.cpp.

References InsnMatchEntry::Format.


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