Searched refs:ReductionOpcode (Results 1 – 2 of 2) sorted by relevance
8289 unsigned ReductionOpcode = Reduction->getOpcode(); in tryToCreatePartialReduction() local8290 if (ReductionOpcode == Instruction::Sub) { in tryToCreatePartialReduction()8297 ReductionOpcode = Instruction::Add; in tryToCreatePartialReduction()8302 assert((ReductionOpcode == Instruction::Add || in tryToCreatePartialReduction()8303 ReductionOpcode == Instruction::Sub) && in tryToCreatePartialReduction()8311 return new VPPartialReductionRecipe(ReductionOpcode, Accumulator, BinOp, Cond, in tryToCreatePartialReduction()
6108 auto ReductionOpcode = [](unsigned Opcode) { in visitIMINMAX() local6122 if (SDValue SD = reassociateReduction(ReductionOpcode(Opcode), Opcode, in visitIMINMAX()