Searched defs:CompareInsn (Results 1 – 2 of 2) sorted by relevance
570 struct CompareInsn { struct571 bool operator() (const InsnMatchEntry &LHS, StringRef RHS) { in operator ()()574 bool operator() (StringRef LHS, const InsnMatchEntry &RHS) { in operator ()()577 bool operator() (const InsnMatchEntry &LHS, const InsnMatchEntry &RHS) { in operator ()()
625 struct CompareInsn { struct626 bool operator() (const InsnMatchEntry &LHS, StringRef RHS) { in operator ()()629 bool operator() (StringRef LHS, const InsnMatchEntry &RHS) { in operator ()()632 bool operator() (const InsnMatchEntry &LHS, const InsnMatchEntry &RHS) { in operator ()()