Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1821 SmallVector<Value *, 4> InnerProduct; in buildMinimalMultiplyDAG() local
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp502 constexpr int InnerProduct = ZipFoldR(MulAdd, 5, xs, ys, 0); variable