Searched refs:EdgeInst (Results 1 – 1 of 1) sorted by relevance
17012 auto *EdgeInst = dyn_cast<Instruction>(EdgeVal); in matchAssociativeReduction() local17014 if (EdgeInst && !isVectorLikeInstWithConstOps(EdgeInst) && in matchAssociativeReduction()17015 !hasSameParent(EdgeInst, BB)) { in matchAssociativeReduction()17023 if (!EdgeInst || getRdxKind(EdgeInst) != RdxKind || in matchAssociativeReduction()17024 IsCmpSelMinMax != isCmpSelMinMax(EdgeInst) || in matchAssociativeReduction()17025 !hasRequiredNumberOfUses(IsCmpSelMinMax, EdgeInst) || in matchAssociativeReduction()17026 !isVectorizable(RdxKind, EdgeInst) || in matchAssociativeReduction()17027 (R.isAnalyzedReductionRoot(EdgeInst) && in matchAssociativeReduction()17028 all_of(EdgeInst->operands(), IsaPred<Constant>))) { in matchAssociativeReduction()17032 ReductionOps.push_back(EdgeInst); in matchAssociativeReduction()