Lines Matching defs:Reduction
351 Value *Reduction;
365 Reduction = Builder.CreateUnaryIntrinsic(RedID, RedOp);
366 Reduction =
367 Builder.CreateBinOp((Instruction::BinaryOps)Opc, Reduction, Start);
380 Reduction = Builder.CreateUnaryIntrinsic(RedID, RedOp);
381 transferDecorations(*Reduction, VPI);
382 Reduction = Builder.CreateBinaryIntrinsic(ScalarID, Reduction, Start);
386 Reduction = Builder.CreateFAddReduce(Start, RedOp);
389 Reduction = Builder.CreateFMulReduce(Start, RedOp);
393 replaceOperation(*Reduction, VPI);
394 return Reduction;