Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Scalar/
DReassociate.h85 bool collectMultiplyFactors(SmallVectorImpl<reassociate::ValueEntry> &Ops,
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp1629 bool ReassociatePass::collectMultiplyFactors(SmallVectorImpl<ValueEntry> &Ops, in collectMultiplyFactors() function in ReassociatePass
1775 if (!collectMultiplyFactors(Ops, Factors)) in OptimizeMul()