Lines Matching defs:AddOp
1781 Instruction::BinaryOps AddOp;
1784 AddOp = Instruction::Add;
1787 AddOp = ID.getInductionOpcode();
1821 Builder.CreateBinOp(AddOp, VecInd, SplatVF, "vec.ind.next"));
1894 Instruction::BinaryOps AddOp;
1897 AddOp = Instruction::Add;
1900 AddOp = InductionOpcode;
1935 auto *Add = Builder.CreateBinOp(AddOp, SplatIV, Mul);
1947 AddOp, StartIdx0, getSignedIntOrFpConstant(BaseIVTy, Lane));
1954 auto *Add = Builder.CreateBinOp(AddOp, BaseIV, Mul);