Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp622 struct CompareInsn { struct
623 bool operator() (const InsnMatchEntry &LHS, StringRef RHS) { in operator ()()
626 bool operator() (StringRef LHS, const InsnMatchEntry &RHS) { in operator ()()
629 bool operator() (const InsnMatchEntry &LHS, const InsnMatchEntry &RHS) { in operator ()()