Searched defs:bn1 (Results 1 – 4 of 4) sorted by relevance
/llvm-project/flang/unittests/Optimizer/Builder/Runtime/ |
H A D | TransformationalTest.cpp | 23 mlir::Value bn1 = builder.create<fir::UndefOp>(loc, realTy); in testGenBesselJn() local 66 mlir::Value bn1 = builder.create<fir::UndefOp>(loc, realTy); in testGenBesselYn() local
|
/llvm-project/flang/runtime/ |
H A D | transformational.cpp | 249 int32_t n2, CppTypeFor<CAT, KIND> x, CppTypeFor<CAT, KIND> bn1, in DoBesselYn() argument [all...] |
/llvm-project/flang/lib/Optimizer/Builder/Runtime/ |
H A D | Transformational.cpp | 213 genBesselYn(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Value resultBox,mlir::Value n1,mlir::Value n2,mlir::Value x,mlir::Value bn1,mlir::Value bn1_1) genBesselYn() argument
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | IntrinsicCall.cpp | 2729 mlir::Value bn1 = genRuntimeCall("bessel_yn", resultType, {n1, x}); genBesselYn() local 2736 mlir::Value bn1 = genRuntimeCall("bessel_yn", resultType, {n1, x}); genBesselYn() local
|