Searched refs:MulAdd (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/ |
| H A D | OrcV2CBindingsReflectProcessSymbols.c | 186 int32_t (*MulAdd)(int32_t, int32_t, int32_t) = in main() local 188 int32_t Result = MulAdd(3, 4, 5); in main()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | constant-expression-cxx11.cpp | 549 constexpr int MulAdd(int x, int y, int c) { return x * y + c; } in MulAdd() function 550 constexpr int InnerProduct = ZipFoldR(MulAdd, 5, xs, ys, 0);
|