Searched refs:ReduxRoot (Results 1 – 1 of 1) sorted by relevance
242 static bool matchPairwiseReduction(const ExtractElementInst *ReduxRoot, in matchPairwiseReduction() argument248 ConstantInt *CI = dyn_cast<ConstantInt>(ReduxRoot->getOperand(1)); in matchPairwiseReduction()255 BinaryOperator *RdxStart = dyn_cast<BinaryOperator>(ReduxRoot->getOperand(0)); in matchPairwiseReduction()259 Type *VecTy = ReduxRoot->getOperand(0)->getType(); in matchPairwiseReduction()305 static bool matchVectorSplittingReduction(const ExtractElementInst *ReduxRoot, in matchVectorSplittingReduction() argument311 ConstantInt *CI = dyn_cast<ConstantInt>(ReduxRoot->getOperand(1)); in matchVectorSplittingReduction()318 BinaryOperator *RdxStart = dyn_cast<BinaryOperator>(ReduxRoot->getOperand(0)); in matchVectorSplittingReduction()323 Type *VecTy = ReduxRoot->getOperand(0)->getType(); in matchVectorSplittingReduction()