Searched refs:getPatternInst (Results 1 – 2 of 2) sorted by relevance
334 if (isa<FPMathOperator>(ReduxDesc.getPatternInst()) && !IsAPhi) { in AddReductionVar()335 FastMathFlags CurFMF = ReduxDesc.getPatternInst()->getFastMathFlags(); in AddReductionVar()336 if (auto *Sel = dyn_cast<SelectInst>(ReduxDesc.getPatternInst())) { in AddReductionVar()
99 Instruction *getPatternInst() const { return PatternLastInst; } in getPatternInst() function