Searched refs:ReduxDesc (Results 1 – 1 of 1) sorted by relevance
254 InstDesc ReduxDesc(false, nullptr); in AddReductionVar() local377 ReduxDesc = in AddReductionVar()378 isRecurrenceInstr(TheLoop, Phi, Cur, Kind, ReduxDesc, FuncFMF, SE); in AddReductionVar()380 ? ReduxDesc.getExactFPMathInst() in AddReductionVar()382 if (!ReduxDesc.isRecurrence()) in AddReductionVar()385 if (isa<FPMathOperator>(ReduxDesc.getPatternInst()) && !IsAPhi) { in AddReductionVar()386 FastMathFlags CurFMF = ReduxDesc.getPatternInst()->getFastMathFlags(); in AddReductionVar()387 if (auto *Sel = dyn_cast<SelectInst>(ReduxDesc.getPatternInst())) { in AddReductionVar()400 if (ReduxDesc.getRecKind() != RecurKind::None) in AddReductionVar()401 Kind = ReduxDesc.getRecKind(); in AddReductionVar()