Searched refs:InnerProduct (Results 1 – 1 of 1) sorted by relevance
1818 SmallVector<Value *, 4> InnerProduct; in buildMinimalMultiplyDAG() local1819 InnerProduct.push_back(Factors[LastIdx].Base); in buildMinimalMultiplyDAG()1821 InnerProduct.push_back(Factors[Idx].Base); in buildMinimalMultiplyDAG()1827 Value *M = Factors[LastIdx].Base = buildMultiplyTree(Builder, InnerProduct); in buildMinimalMultiplyDAG()