Lines Matching defs:AddOp
1298 Instruction::BinaryOps AddOp;
1301 AddOp = Instruction::Add;
1304 AddOp = ID.getInductionOpcode();
1341 Builder.CreateBinOp(AddOp, LastInduction, SplatVF, "step.add"));
1418 Instruction::BinaryOps AddOp;
1421 AddOp = Instruction::Add;
1424 AddOp = InductionOpcode;
1463 auto *Add = Builder.CreateBinOp(AddOp, SplatIV, Mul);
1475 AddOp, StartIdx0, getSignedIntOrFpConstant(BaseIVTy, Lane));
1482 auto *Add = Builder.CreateBinOp(AddOp, BaseIV, Mul);