Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:BV2

2755     Instruction *BV2 = InsertElementInst::Create(BV1, HOp, CV1,
2758 BV2->insertBefore(IBeforeJ ? J : I);
2759 return BV2;