Home | History | Annotate | Download | only in Analysis

Lines Matching refs:FMul

943 /// Given the operands for an FMul, see if we can fold the result
951 return ConstantFoldInstOperands(Instruction::FMul, CLHS->getType(),
959 // fmul X, 1.0 ==> X
963 // fmul nnan nsz X, 0 ==> 0
2869 case Instruction::FMul:
3051 case Instruction::FMul: