Lines Matching defs:indexTy
220 Type indexTy = rewriter.getIndexType();
223 inputs.push_back(indexTy); // blockIndex
224 inputs.push_back(indexTy); // blockSize
228 inputs.push_back(indexTy); // loop tripCount
234 inputs.push_back(indexTy); // lower bound
235 inputs.push_back(indexTy); // upper bound
236 inputs.push_back(indexTy); // step
494 Type indexTy = b.getIndexType();
506 SmallVector<Type> types = {indexTy, indexTy};
554 b.create<AddToGroupOp>(indexTy, execute.getToken(), group);