Lines Matching defs:intTy
32 auto intTy = mlir::IntegerType::get(ctx, 32);
34 ctx, {boxTy, intTy, intTy, ty, ty, ty, strTy, intTy}, {});
48 auto intTy = mlir::IntegerType::get(ctx, 32);
50 ctx, {boxTy, intTy, intTy, ty, ty, ty, strTy, intTy}, {});
63 auto intTy = mlir::IntegerType::get(ctx, 32);
64 return mlir::FunctionType::get(ctx, {boxTy, intTy, intTy, strTy, intTy},
78 auto intTy = mlir::IntegerType::get(ctx, 32);
79 return mlir::FunctionType::get(ctx, {boxTy, intTy, intTy, strTy, intTy},
94 auto intTy = mlir::IntegerType::get(ctx, 32);
96 ctx, {boxTy, intTy, intTy, ty, ty, ty, strTy, intTy}, {});
110 auto intTy = mlir::IntegerType::get(ctx, 32);
112 ctx, {boxTy, intTy, intTy, ty, ty, ty, strTy, intTy}, {});
125 auto intTy = mlir::IntegerType::get(ctx, 32);
126 return mlir::FunctionType::get(ctx, {boxTy, intTy, intTy, strTy, intTy},
140 auto intTy = mlir::IntegerType::get(ctx, 32);
141 return mlir::FunctionType::get(ctx, {boxTy, intTy, intTy, strTy, intTy},
333 auto intTy = fir::runtime::getModel<int>()(ctx);
335 ctx, {boxRefTy, boxTy, boxTy, strTy, intTy}, {});