Home
last modified time | relevance | path

Searched defs:AsmWriterOperand (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/llvm/utils/TableGen/
H A DAsmWriterInst.h27 struct AsmWriterOperand { struct
28 enum OpType {
53 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType() argument
59 AsmWriterOperand(const std::string &Printer, argument
65 bool operator!=(const AsmWriterOperand &Other) const { argument