Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Cst

214   Constant *Cst = Constant::getAllOnesValue(Neg->getType());
216 Instruction *Res = BinaryOperator::CreateMul(Neg->getOperand(1), Cst, "",Neg);