Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Affine/Analysis/
H A DAffineAnalysis.cpp222 auto nextOperand = opInst->getOperand(state.operandIndex); in getReachableAffineApplyOps() local
/llvm-project/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp604 for (int i = 0, opArgIdx = 0, e = tree.getNumArgs(), nextOperand = 0; i != e; in emitOpMatch() local