Lines Matching defs:c100
347 static void checkShapeOp(mlir::Value shape, mlir::Value c10, mlir::Value c100) {
354 EXPECT_EQ(c100, op.getExtents()[1]);
361 auto c100 = builder.createIntegerConstant(loc, builder.getI64Type(), 100);
362 llvm::SmallVector<mlir::Value> extents = {c10, c100};
364 checkShapeOp(shape, c10, c100);
371 auto c100 = builder.createIntegerConstant(loc, builder.getI64Type(), 100);
374 llvm::SmallVector<mlir::Value> extents = {c10, c100};
388 auto c100 = builder.createIntegerConstant(loc, builder.getI64Type(), 100);
389 llvm::SmallVector<mlir::Value> extents = {c10, c100};
393 checkShapeOp(shape, c10, c100);
413 auto c100 = builder.createIntegerConstant(loc, builder.getI64Type(), 100);
414 llvm::SmallVector<mlir::Value> extents = {c10, c100};