Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:BV2

2679     Instruction *BV2 = InsertElementInst::Create(BV1, HOp, CV1,
2682 BV2->insertBefore(IBeforeJ ? J : I);
2683 return BV2;