Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp183 Value *OptimizeMul(BinaryOperator *I, SmallVectorImpl<ValueEntry> &Ops);
1846 Value *Reassociate::OptimizeMul(BinaryOperator *I, in OptimizeMul() function in Reassociate
1919 if (Value *Result = OptimizeMul(I, Ops)) in OptimizeExpression()