Lines Matching refs:FMul
10 // This file implements the visit functions for mul, fmul, sdiv, udiv, fdiv,
313 if (I->getOpcode() != Instruction::FMul || !I->hasUnsafeAlgebra())
327 /// true iff the given value is FMul or FDiv with one and only one operand
331 if (!I || (I->getOpcode() != Instruction::FMul &&
351 /// The input \p FMulOrDiv is a FMul/FDiv with one and only one operand
370 if (FMulOrDiv->getOpcode() == Instruction::FMul) {
495 Instruction *FMul = cast<Instruction>(FMulVal);
496 FMul->copyFastMathFlags(Log2);