Lines Matching defs:DefI
24 VPInstruction *DefI = new VPInstruction(Instruction::Add, {Zero});
25 VPInstruction *UseI = new VPInstruction(Instruction::Sub, {DefI});
30 VPBB1->appendRecipe(DefI);
51 VPInstruction *DefI = new VPInstruction(Instruction::Add, {Zero});
52 VPInstruction *UseI = new VPInstruction(Instruction::Sub, {DefI});
62 VPBB2->appendRecipe(DefI);
85 VPInstruction *DefI = new VPInstruction(Instruction::Add, {Zero});
89 auto *Blend = new VPBlendRecipe(Phi, {DefI});
98 VPBB4->appendRecipe(DefI);
202 VPInstruction *DefI = new VPInstruction(Instruction::Add, {Zero});
204 new VPInstruction(VPInstruction::BranchOnCond, {DefI});
206 VPBB1->appendRecipe(DefI);