Home
last modified time | relevance | path

Searched refs:genExponent (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/Runtime/
H A DNumeric.h22 mlir::Value genExponent(fir::FirOpBuilder &builder, mlir::Location loc,
/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/Runtime/
H A DNumericTest.cpp19 mlir::Value exp = fir::runtime::genExponent(builder, loc, resultType, x); in testGenExponent()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DNumeric.cpp210 mlir::Value fir::runtime::genExponent(fir::FirOpBuilder &builder, in genExponent() function in fir::runtime
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp490 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()