Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1817 SmallVector<Value *, 4> InnerProduct; in buildMinimalMultiplyDAG() local
1818 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()