Lines Matching refs:FAdd
80 case RecurKind::FAdd: in isArithmeticRecurrenceKind()
199 if (Kind != RecurKind::FAdd) in checkOrderedReduction()
202 if (Exit->getOpcode() != Instruction::FAdd || Exit != ExactFPMathInst) in checkOrderedReduction()
357 if (IsASelect && (Kind == RecurKind::FAdd || Kind == RecurKind::FMul) && in AddReductionVar()
586 return InstDesc(Kind == RecurKind::FAdd, SI); in isConditionalRdxPattern()
618 case Instruction::FAdd: in isRecurrenceInstr()
619 return InstDesc(Kind == RecurKind::FAdd, I, in isRecurrenceInstr()
622 if (Kind == RecurKind::FAdd || Kind == RecurKind::FMul) in isRecurrenceInstr()
701 if (AddReductionVar(Phi, RecurKind::FAdd, TheLoop, FMF, RedDes, DB, AC, DT)) { in isReductionPHI()
836 case RecurKind::FAdd: in getRecurrenceIdentity()
879 case RecurKind::FAdd: in getOpcode()
880 return Instruction::FAdd; in getOpcode()
991 (InductionBinOp->getOpcode() == Instruction::FAdd || in InductionDescriptor()
1038 if (BOp->getOpcode() == Instruction::FAdd) { in isFPInductionPHI()