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