Home
last modified time | relevance | path

Searched refs:typeOperand (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/tools/mlir-tblgen/
DOpFormatGen.cpp1550 auto *typeOperand = dir->getOperand(); in genCustomDirectivePrinter() local
1551 auto *operand = dyn_cast<OperandVariable>(typeOperand); in genCustomDirectivePrinter()
1553 : cast<ResultVariable>(typeOperand)->getVar(); in genCustomDirectivePrinter()
1561 auto *typeOperand = dir->getOperand(); in genCustomDirectivePrinter() local
1562 auto *operand = dyn_cast<OperandVariable>(typeOperand); in genCustomDirectivePrinter()
1564 : cast<ResultVariable>(typeOperand)->getVar(); in genCustomDirectivePrinter()