Searched defs:getOpcodeStr (Results 1 – 2 of 2) sorted by relevance
648 const char *UnaryOperator::getOpcodeStr(Opcode Op) { in getOpcodeStr() function in UnaryOperator1204 const char *BinaryOperator::getOpcodeStr(Opcode Op) { in getOpcodeStr() function in BinaryOperator
2664 const char *getOpcodeStr() const { return getOpcodeStr(getOpcode()); } in getOpcodeStr() function