Searched defs:MathOperation (Results 1 – 1 of 1) sorted by relevance
1123 struct MathOperation { struct1125 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;