Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1875 SmallVector<Value *, 4> InnerProduct; in buildMinimalMultiplyDAG() local
1876 InnerProduct.push_back(Factors[LastIdx].Base); in buildMinimalMultiplyDAG()
1878 InnerProduct.push_back(Factors[Idx].Base); in buildMinimalMultiplyDAG()
1884 Value *M = Factors[LastIdx].Base = buildMultiplyTree(Builder, InnerProduct); in buildMinimalMultiplyDAG()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp550 constexpr int InnerProduct = ZipFoldR(MulAdd, 5, xs, ys, 0); variable
551 static_assert(InnerProduct == 35, "");