Searched refs:genNearest (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/Runtime/ |
| H A D | Numeric.h | 30 mlir::Value genNearest(fir::FirOpBuilder &builder, mlir::Location loc,
|
| /llvm-project-15.0.7/flang/unittests/Optimizer/Builder/Runtime/ |
| H A D | NumericTest.cpp | 57 mlir::Value nearest = fir::runtime::genNearest(builder, loc, x, s); in testGenNearest()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/ |
| H A D | Numeric.cpp | 274 mlir::Value fir::runtime::genNearest(fir::FirOpBuilder &builder, in genNearest() function in fir::runtime
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IntrinsicCall.cpp | 530 mlir::Value genNearest(mlir::Type, llvm::ArrayRef<mlir::Value>); 867 {"nearest", &I::genNearest}, 3466 mlir::Value IntrinsicLibrary::genNearest(mlir::Type resultType, in genNearest() function in IntrinsicLibrary 3474 loc, resultType, fir::runtime::genNearest(builder, loc, realX, realS)); in genNearest()
|