Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:SV

788   Value *SV = llvm::ConstantVector::get(indices);
789 return Builder.CreateShuffleVector(V1, V2, SV, "shuffle");