Home
last modified time | relevance | path

Searched defs:CompareInsn (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp611 struct CompareInsn { struct
612 bool operator() (const InsnMatchEntry &LHS, StringRef RHS) { in operator ()()
615 bool operator() (StringRef LHS, const InsnMatchEntry &RHS) { in operator ()()
618 bool operator() (const InsnMatchEntry &LHS, const InsnMatchEntry &RHS) { in operator ()()