Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DTransformational.cpp58 auto eoshiftFunc = in genEoshift() local
60 auto fTy = eoshiftFunc.getFunctionType(); in genEoshift()
67 builder.create<fir::CallOp>(loc, eoshiftFunc, args); in genEoshift()
75 auto eoshiftFunc = in genEoshiftVector() local
77 auto fTy = eoshiftFunc.getFunctionType(); in genEoshiftVector()
86 builder.create<fir::CallOp>(loc, eoshiftFunc, args); in genEoshiftVector()