Searched defs:MulCst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp917 Constant *MulCst = ConstantInt::get(Shl->getType(), 1); local
918 MulCst = ConstantExpr::getShl(MulCst, cast<Constant>(Shl->getOperand(1)));
921 BinaryOperator::CreateMul(Shl->getOperand(0), MulCst, "", Shl);

Completed in 39 milliseconds