Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:Cv

1455   Constant *Cv = ConstantVector::get(Indices);
1456 assert(Cv->getType() == Val->getType() && "Invalid consecutive vec");
1457 return Builder.CreateAdd(Val, Cv, "induction");