Home | History | Annotate | Download | only in Scalar

Lines Matching refs:InnerProduct

1337     SmallVector<Value *, 4> InnerProduct;
1338 InnerProduct.push_back(Factors[LastIdx].Base);
1340 InnerProduct.push_back(Factors[Idx].Base);
1346 Value *M = Factors[LastIdx].Base = buildMultiplyTree(Builder, InnerProduct);