Searched refs:RdxOp (Results 1 – 2 of 2) sorted by relevance
1286 Instruction *RdxOp = RdxStart; in matchVectorSplittingReduction() local1291 if (!RdxOp) in matchVectorSplittingReduction()1293 Optional<TTI::ReductionData> RDLevel = getReductionData(RdxOp); in matchVectorSplittingReduction()1318 RdxOp = dyn_cast<Instruction>(NextRdxOp); in matchVectorSplittingReduction()
7422 for (ReductionOpsType &RdxOp : ReductionOps) { in tryToReduce()7423 for (Value *RdxVal : RdxOp) { in tryToReduce()7455 for (ReductionOpsType &RdxOp : ReductionOps) in tryToReduce()7456 IgnoreList.append(RdxOp.begin(), RdxOp.end()); in tryToReduce()