Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp1123 struct MathOperation { struct
1202 static constexpr MathOperation mathOperations[] = {
1450 using RtMap = Fortran::common::StaticMultimapView<MathOperation>;
1465 static const MathOperation *
1468 const MathOperation **bestNearMatch, in searchMathOperation()
1941 const MathOperation *mathOp = nullptr; in getRuntimeCallGenerator()
1947 const MathOperation *bestNearMatch = nullptr; in getRuntimeCallGenerator()