Home
last modified time | relevance | path

Searched defs:bn2 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/unittests/Optimizer/Builder/Runtime/
H A DTransformationalTest.cpp24 mlir::Value bn2 = builder.create<fir::UndefOp>(loc, realTy); in testGenBesselJn() local
67 mlir::Value bn2 = builder.create<fir::UndefOp>(loc, realTy); in testGenBesselYn() local
/llvm-project/flang/runtime/
H A Dtransformational.cpp168 int32_t n2, CppTypeFor<CAT, KIND> x, CppTypeFor<CAT, KIND> bn2, in DoBesselJn() argument
[all...]
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DTransformational.cpp158 genBesselJn(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Value resultBox,mlir::Value n1,mlir::Value n2,mlir::Value x,mlir::Value bn2,mlir::Value bn2_1) genBesselJn() argument
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp2644 mlir::Value bn2 = genRuntimeCall("bessel_jn", resultType, {n2, x}); genBesselJn() local
2651 mlir::Value bn2 = genRuntimeCall("bessel_jn", resultType, {n2, x}); genBesselJn() local