Lines Matching refs:nLoops
224 unsigned nLoops = iteratorTypes.size(); in build() local
225 SmallVector<Type, 4> blockArgTypes(nLoops, builder.getIndexType()); in build()
234 bodyBlock->getArguments().take_front(nLoops), in build()
235 bodyBlock->getArguments().drop_front(nLoops)); in build()
426 auto nLoops = op.getNumLoops(); in verify() local
428 if (block.getNumArguments() != nOperands + nLoops) in verify()
434 for (unsigned i = 0; i < nLoops; ++i) in verify()
440 unsigned memrefArgIndex = i + nLoops; in verify()
500 auto nLoops = op.getNumLoops(); in verifyGenericOp() local
530 if (m.getNumDims() != nLoops) in verifyGenericOp()
532 << idx << " to have " << nLoops in verifyGenericOp()