Searched refs:ReduxRoot (Results 1 – 1 of 1) sorted by relevance
1010 static ReductionKind matchPairwiseReduction(const ExtractElementInst *ReduxRoot, in matchPairwiseReduction() argument1016 ConstantInt *CI = dyn_cast<ConstantInt>(ReduxRoot->getOperand(1)); in matchPairwiseReduction()1023 auto *RdxStart = dyn_cast<Instruction>(ReduxRoot->getOperand(0)); in matchPairwiseReduction()1075 matchVectorSplittingReduction(const ExtractElementInst *ReduxRoot, in matchVectorSplittingReduction() argument1081 ConstantInt *CI = dyn_cast<ConstantInt>(ReduxRoot->getOperand(1)); in matchVectorSplittingReduction()1088 auto *RdxStart = dyn_cast<Instruction>(ReduxRoot->getOperand(0)); in matchVectorSplittingReduction()1095 Type *VecTy = ReduxRoot->getOperand(0)->getType(); in matchVectorSplittingReduction()