Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:FMul

10 // This file implements the visit functions for mul, fmul, sdiv, udiv, fdiv,
281 if (I->getOpcode() != Instruction::FMul || !I->hasUnsafeAlgebra())
295 /// true iff the given value is FMul or FDiv with one and only one operand
299 if (!I || (I->getOpcode() != Instruction::FMul &&
319 /// The input \p FMulOrDiv is a FMul/FDiv with one and only one operand
338 if (FMulOrDiv->getOpcode() == Instruction::FMul) {
463 Instruction *FMul = cast<Instruction>(FMulVal);
464 FMul->copyFastMathFlags(Log2);