Home | History | Annotate | Download | only in Analysis

Lines Matching full:fadd

777 /// Given operands for an FAdd, see if we can fold the result.  If not, this
784 return ConstantFoldInstOperands(Instruction::FAdd, CLHS->getType(),
792 // fadd X, -0 ==> X
796 // fadd X, 0 ==> X, when we know X is not -0
801 // fadd [nnan ninf] X, (fsub [nnan ninf] 0, X) ==> 0
2894 case Instruction::FAdd:
3067 case Instruction::FAdd: