Searched refs:getOpcodeMatcher (Results 1 – 2 of 2) sorted by relevance
1862 InstructionOpcodeMatcher &getOpcodeMatcher() { in getOpcodeMatcher() function1870 return getOpcodeMatcher().isConstantInstruction(); in isConstantInstruction()1873 StringRef getOpcode() { return getOpcodeMatcher().getOpcode(); } in getOpcode()
1815 const auto &OpcMatcher = getOpcodeMatcher(); in optimize()