Searched refs:RdxStart (Results 1 – 2 of 2) sorted by relevance
252 BinaryOperator *RdxStart = dyn_cast<BinaryOperator>(ReduxRoot->getOperand(0)); in matchPairwiseReduction() local253 if (!RdxStart) in matchPairwiseReduction()279 if (!matchPairwiseReductionAtLevel(RdxStart, 0, Log2_32(NumVecElems))) in matchPairwiseReduction()282 Opcode = RdxStart->getOpcode(); in matchPairwiseReduction()315 BinaryOperator *RdxStart = dyn_cast<BinaryOperator>(ReduxRoot->getOperand(0)); in matchVectorSplittingReduction() local316 if (!RdxStart) in matchVectorSplittingReduction()318 unsigned RdxOpcode = RdxStart->getOpcode(); in matchVectorSplittingReduction()337 Value *RdxOp = RdxStart; in matchVectorSplittingReduction()
167 Value *RdxStart = Phi->getIncomingValueForBlock(TheLoop->getLoopPreheader()); in AddReductionVar() local356 RdxStart, ExitInstruction, Kind, ReduxDesc.getMinMaxKind(), in AddReductionVar()