Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1859 SmallVector<Value *, 4> InnerProduct; in buildMinimalMultiplyDAG() local
1860 InnerProduct.push_back(Factors[LastIdx].Base); in buildMinimalMultiplyDAG()
1862 InnerProduct.push_back(Factors[Idx].Base); in buildMinimalMultiplyDAG()
1868 Value *M = Factors[LastIdx].Base = buildMultiplyTree(Builder, InnerProduct); in buildMinimalMultiplyDAG()