Lines Matching refs:funcTy
241 auto funcTy = func.getFunctionType(); in genExponent() local
243 builder.createConvert(loc, funcTy.getInput(0), x)}; in genExponent()
266 auto funcTy = func.getFunctionType(); in genFraction() local
268 builder.createConvert(loc, funcTy.getInput(0), x)}; in genFraction()
293 auto funcTy = func.getFunctionType(); in genNearest() local
306 auto args = fir::runtime::createArguments(builder, loc, funcTy, x, positive); in genNearest()
330 auto funcTy = func.getFunctionType(); in genRRSpacing() local
332 builder.createConvert(loc, funcTy.getInput(0), x)}; in genRRSpacing()
357 auto funcTy = func.getFunctionType(); in genScale() local
358 auto args = fir::runtime::createArguments(builder, loc, funcTy, x, i); in genScale()
436 auto funcTy = func.getFunctionType(); in genSetExponent() local
437 auto args = fir::runtime::createArguments(builder, loc, funcTy, x, i); in genSetExponent()
461 auto funcTy = func.getFunctionType(); in genSpacing() local
463 builder.createConvert(loc, funcTy.getInput(0), x)}; in genSpacing()