Searched refs:ReduxDesc (Results 1 – 1 of 1) sorted by relevance
252 InstDesc ReduxDesc(false, nullptr); in AddReductionVar() local375 ReduxDesc = in AddReductionVar()376 isRecurrenceInstr(TheLoop, Phi, Cur, Kind, ReduxDesc, FuncFMF); in AddReductionVar()378 ? ReduxDesc.getExactFPMathInst() in AddReductionVar()380 if (!ReduxDesc.isRecurrence()) in AddReductionVar()383 if (isa<FPMathOperator>(ReduxDesc.getPatternInst()) && !IsAPhi) { in AddReductionVar()384 FastMathFlags CurFMF = ReduxDesc.getPatternInst()->getFastMathFlags(); in AddReductionVar()385 if (auto *Sel = dyn_cast<SelectInst>(ReduxDesc.getPatternInst())) { in AddReductionVar()398 if (ReduxDesc.getRecKind() != RecurKind::None) in AddReductionVar()399 Kind = ReduxDesc.getRecKind(); in AddReductionVar()