Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SCF/
DSCF.cpp822 unsigned numIVs = steps.size(); in build() local
823 SmallVector<Type, 8> argTypes(numIVs, builder.getIndexType()); in build()
830 bodyBlock->getArguments().take_front(numIVs), in build()
831 bodyBlock->getArguments().drop_front(numIVs)); in build()