Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:M0

456           Value *M0 = isNormalFp(cast<ConstantFP>(M1)) ?
459 if (M0 && M1) {
461 std::swap(M0, M1);
464 BinaryOperator::CreateFAdd(M0, M1) :
465 BinaryOperator::CreateFSub(M0, M1);