Lines Matching defs:specFuncTy
2309 mlir::FunctionType specFuncTy = specFunc.getFunctionType();
2314 builder.createConvert(loc, specFuncTy.getInput(0), cookie),
2316 loc, specFuncTy.getInput(1),
2321 builder.createConvert(loc, specFuncTy.getInput(2), fir::getBase(str)),
2322 builder.createConvert(loc, specFuncTy.getInput(3), fir::getLen(str))};
2339 mlir::FunctionType specFuncTy = specFunc.getFunctionType();
2351 builder.createConvert(loc, specFuncTy.getInput(0), cookie),
2353 loc, specFuncTy.getInput(1),
2358 builder.createConvert(loc, specFuncTy.getInput(2), addr),
2359 builder.createConvert(loc, specFuncTy.getInput(3), kind)};
2377 mlir::FunctionType specFuncTy = specFunc.getFunctionType();
2385 builder.createConvert(loc, specFuncTy.getInput(0), cookie)};
2387 args.push_back(builder.createConvert(loc, specFuncTy.getInput(1), idExpr));
2390 loc, specFuncTy.getInput(1),
2394 args.push_back(builder.createConvert(loc, specFuncTy.getInput(2), addr));