Home
last modified time | relevance | path

Searched refs:adjustFunc (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DCharacter.cpp67 mlir::func::FuncOp &adjustFunc) { in genAdjust() argument
69 auto fTy = adjustFunc.getFunctionType(); in genAdjust()
75 builder.create<fir::CallOp>(loc, adjustFunc, args); in genAdjust()
80 auto adjustFunc = in genAdjustL() local
82 genAdjust(builder, loc, resultBox, stringBox, adjustFunc); in genAdjustL()
87 auto adjustFunc = in genAdjustR() local
89 genAdjust(builder, loc, resultBox, stringBox, adjustFunc); in genAdjustR()