Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1032 Constant *MulCst = ConstantInt::get(Shl->getType(), 1); in ConvertShiftToMul() local
1034 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()