Lines Matching defs:c10
347 static void checkShapeOp(mlir::Value shape, mlir::Value c10, mlir::Value c100) {
353 EXPECT_EQ(c10, op.getExtents()[0]);
360 auto c10 = builder.createIntegerConstant(loc, builder.getI64Type(), 10);
362 llvm::SmallVector<mlir::Value> extents = {c10, c100};
364 checkShapeOp(shape, c10, c100);
370 auto c10 = builder.createIntegerConstant(loc, builder.getI64Type(), 10);
374 llvm::SmallVector<mlir::Value> extents = {c10, c100};
387 auto c10 = builder.createIntegerConstant(loc, builder.getI64Type(), 10);
389 llvm::SmallVector<mlir::Value> extents = {c10, c100};
393 checkShapeOp(shape, c10, c100);
412 auto c10 = builder.createIntegerConstant(loc, builder.getI64Type(), 10);
414 llvm::SmallVector<mlir::Value> extents = {c10, c100};