Searched refs:nextOperand (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | RewriterGen.cpp | 585 for (int i = 0, e = tree.getNumArgs(), nextOperand = 0; i != e; ++i) { in emitOpMatch() local 592 emitEitherOperandMatch(tree, argTree, castedName, i, nextOperand, in emitOpMatch() 612 argName, castedName, nextOperand); in emitOpMatch() 617 nextOperand++, castedName)); in emitOpMatch() 627 formatv("{0}.getODSOperands({1})", castedName, nextOperand); in emitOpMatch() 632 ++nextOperand; in emitOpMatch()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/ |
| H A D | AffineAnalysis.cpp | 220 auto nextOperand = opInst->getOperand(state.operandIndex); in getReachableAffineApplyOps() local 224 worklist.push_back({nextOperand, 0}); in getReachableAffineApplyOps()
|