Searched refs:MulCst (Results 1 – 1 of 1) sorted by relevance
1032 Constant *MulCst = ConstantInt::get(Shl->getType(), 1); in ConvertShiftToMul() local1034 MulCst = ConstantFoldBinaryInstruction(Instruction::Shl, MulCst, SA); in ConvertShiftToMul()1035 assert(MulCst && "Constant folding of immediate constants failed"); in ConvertShiftToMul()1037 BinaryOperator *Mul = BinaryOperator::CreateMul(Shl->getOperand(0), MulCst, in ConvertShiftToMul()