Home
last modified time | relevance | path

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

/llvm-project/flang/unittests/Optimizer/Builder/Runtime/
H A DTransformationalTest.cpp23 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 Dtransformational.cpp249 int32_t n2, CppTypeFor<CAT, KIND> x, CppTypeFor<CAT, KIND> bn1, in DoBesselYn() argument
[all...]
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DTransformational.cpp213 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 DIntrinsicCall.cpp2729 mlir::Value bn1 = genRuntimeCall("bessel_yn", resultType, {n1, x}); genBesselYn() local
2736 mlir::Value bn1 = genRuntimeCall("bessel_yn", resultType, {n1, x}); genBesselYn() local