Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp1012 llvm::cl::opt<MathRuntimeVersion> mathRuntimeVersion( variable
1185 if (mathRuntimeVersion == preciseVersion) { in genMathOp()
1540 if (mathRuntimeVersion == fastVersion) in getRuntimeFunction()
1543 else if (mathRuntimeVersion == relaxedVersion) in getRuntimeFunction()
1546 else if (mathRuntimeVersion == preciseVersion) in getRuntimeFunction()