Searched refs:getOpcodeMatcher (Results 1 – 2 of 2) sorted by relevance
1805 InstructionOpcodeMatcher &getOpcodeMatcher() { in getOpcodeMatcher() function1813 return getOpcodeMatcher().isConstantInstruction(); in isConstantInstruction()1816 StringRef getOpcode() { return getOpcodeMatcher().getOpcode(); } in getOpcode()
1792 const auto &OpcMatcher = getOpcodeMatcher(); in optimize()