LLVM  4.0.0
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 523 of file SystemZAsmParser.cpp.

Member Function Documentation

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

Definition at line 524 of file SystemZAsmParser.cpp.

References InsnMatchEntry::Format.

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

Definition at line 527 of file SystemZAsmParser.cpp.

References InsnMatchEntry::Format.

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

Definition at line 530 of file SystemZAsmParser.cpp.

References InsnMatchEntry::Format.


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