Lines Matching refs:FAdd
184 if (Kind != RecurKind::FAdd && Kind != RecurKind::FMulAdd) in checkOrderedReduction()
187 if (Kind == RecurKind::FAdd && Exit->getOpcode() != Instruction::FAdd) in checkOrderedReduction()
202 if (Kind == RecurKind::FAdd && Op0 != Phi && Op1 != Phi) in checkOrderedReduction()
406 if (IsASelect && (Kind == RecurKind::FAdd || Kind == RecurKind::FMul) && in AddReductionVar()
791 case Instruction::FAdd: in isRecurrenceInstr()
792 return InstDesc(Kind == RecurKind::FAdd, I, in isRecurrenceInstr()
795 if (Kind == RecurKind::FAdd || Kind == RecurKind::FMul || in isRecurrenceInstr()
907 if (AddReductionVar(Phi, RecurKind::FAdd, TheLoop, FMF, RedDes, DB, AC, DT, in isReductionPHI()
1055 case RecurKind::FAdd: in getRecurrenceIdentity()
1111 case RecurKind::FAdd: in getOpcode()
1112 return Instruction::FAdd; in getOpcode()
1258 (InductionBinOp->getOpcode() == Instruction::FAdd || in InductionDescriptor()
1305 if (BOp->getOpcode() == Instruction::FAdd) { in isFPInductionPHI()