Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp1123 struct MathOperation { struct
1125 using Key = std::string_view;
1127 constexpr operator Key() const { return key; } in operator Key()
1129 Key key;
1132 llvm::StringRef runtimeFunc;
1133 fir::runtime::FuncTypeBuilderFunc typeGenerator;
1139 MathGeneratorTy funcGenerator;