Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Lower/
H A DLoweringOptions.h48 const Fortran::common::MathOptionsBase &getMathOptions() const { in getMathOptions() function
52 Fortran::common::MathOptionsBase &getMathOptions() { return MathOptions; } in getMathOptions() function
/llvm-project/flang/lib/Frontend/
H A DFrontendActions.cpp842 const auto &mathOpts = invoc.getLoweringOpts().getMathOptions(); in generateLLVMIR()
H A DCompilerInvocation.cpp1649 Fortran::common::MathOptionsBase &mathOpts = loweringOpts.getMathOptions();
/llvm-project/flang/lib/Lower/
H A DBridge.cpp5351 builder->setFastMathFlags(bridge.getLoweringOptions().getMathOptions()); in createEmptyBlocks()
5630 builder->setFastMathFlags(bridge.getLoweringOptions().getMathOptions()); in analyzeExplicitSpace()