Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Parser/
DParser.cpp1310 OperandType operandOrArg; in parseOperandOrRegionArgList() local
1311 if (isOperandList ? parseOperand(operandOrArg) in parseOperandOrRegionArgList()
1312 : parseRegionArgument(operandOrArg)) in parseOperandOrRegionArgList()
1314 result.push_back(operandOrArg); in parseOperandOrRegionArgList()