Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Dividend

966 static Instruction *CvtFDivConstToReciprocal(Value *Dividend,
983 R = ConstantFP::get(Dividend->getType()->getContext(), Reciprocal);
984 return BinaryOperator::CreateFMul(Dividend, R);