Lines Matching refs:FMul
943 /// Given the operands for an FMul, see if we can fold the result951 return ConstantFoldInstOperands(Instruction::FMul, CLHS->getType(),959 // fmul X, 1.0 ==> X963 // fmul nnan nsz X, 0 ==> 02869 case Instruction::FMul:3051 case Instruction::FMul: