Searched refs:getOpcodeMatcher (Results 1 – 2 of 2) sorted by relevance
1774 InstructionOpcodeMatcher &getOpcodeMatcher() { in getOpcodeMatcher() function1782 return getOpcodeMatcher().isConstantInstruction(); in isConstantInstruction()1785 StringRef getOpcode() { return getOpcodeMatcher().getOpcode(); } in getOpcode()
1748 const auto &OpcMatcher = getOpcodeMatcher(); in optimize()