Searched refs:genExponent (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/Runtime/ |
| H A D | Numeric.h | 22 mlir::Value genExponent(fir::FirOpBuilder &builder, mlir::Location loc,
|
| /llvm-project-15.0.7/flang/unittests/Optimizer/Builder/Runtime/ |
| H A D | NumericTest.cpp | 19 mlir::Value exp = fir::runtime::genExponent(builder, loc, resultType, x); in testGenExponent()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/ |
| H A D | Numeric.cpp | 210 mlir::Value fir::runtime::genExponent(fir::FirOpBuilder &builder, in genExponent() function in fir::runtime
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IntrinsicCall.cpp | 490 mlir::Value genExponent(mlir::Type, llvm::ArrayRef<mlir::Value>); 765 {"exponent", &I::genExponent}, 2737 mlir::Value IntrinsicLibrary::genExponent(mlir::Type resultType, in genExponent() function in IntrinsicLibrary 2743 fir::runtime::genExponent(builder, loc, resultType, in genExponent()
|