Home | History | Annotate | Download | only in IR

Lines Matching defs:SV

923       Value *SV = Builder.CreateShuffleVector(
927 Rep = DoSext ? Builder.CreateSExt(SV, DstTy)
928 : Builder.CreateZExt(SV, DstTy);