Searched defs:AsmWriterOperand (Results 1 – 1 of 1) sorted by relevance
25 struct AsmWriterOperand { struct26 enum OpType {53 AsmWriterOperand(OpType op = isLiteralTextOperand) : OperandType(op) {} in OperandType() argument58 AsmWriterOperand(const std::string &Printer, unsigned _MIOpNo, argument64 bool operator!=(const AsmWriterOperand &Other) const { argument