Searched defs:bn2 (Results 1 – 4 of 4) sorted by relevance
/llvm-project/flang/unittests/Optimizer/Builder/Runtime/ |
H A D | TransformationalTest.cpp | 24 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 D | transformational.cpp | 168 int32_t n2, CppTypeFor<CAT, KIND> x, CppTypeFor<CAT, KIND> bn2, in DoBesselJn() argument [all...] |
/llvm-project/flang/lib/Optimizer/Builder/Runtime/ |
H A D | Transformational.cpp | 158 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 D | IntrinsicCall.cpp | 2644 mlir::Value bn2 = genRuntimeCall("bessel_jn", resultType, {n2, x}); genBesselJn() local 2651 mlir::Value bn2 = genRuntimeCall("bessel_jn", resultType, {n2, x}); genBesselJn() local
|