Lines Matching refs:FAdd
331 if (Opcode == Instruction::Add || Opcode == Instruction::FAdd) { in IncorporateWeight()
826 isReassociableOp(V, Instruction::Add, Instruction::FAdd)) { in NegateValue()
907 if (isReassociableOp(V0, Instruction::Add, Instruction::FAdd) || in ShouldBreakUpSubtract()
911 if (isReassociableOp(V1, Instruction::Add, Instruction::FAdd) || in ShouldBreakUpSubtract()
916 (isReassociableOp(VB, Instruction::Add, Instruction::FAdd) || in ShouldBreakUpSubtract()
1850 case Instruction::FAdd: in OptimizeExpression()
1951 if (UserOpcode != Instruction::FAdd && UserOpcode != Instruction::FSub) in canonicalizeNegConstExpr()
1962 if (UserOpcode == Instruction::FAdd && ShouldBreakUpSubtract(User)) in canonicalizeNegConstExpr()
1981 case Instruction::FAdd: in canonicalizeNegConstExpr()
2117 if (BO->hasOneUse() && BO->getOpcode() == Instruction::FAdd && in OptimizeInst()
2178 Instruction::FAdd && in ReassociateExpression()