Home | History | Annotate | Download | only in Sema

Lines Matching refs:CK_VectorSplat

5212   Kind = CK_VectorSplat;
6405 // CK_VectorSplat does T -> vector T, so first cast to the
6412 Kind = CK_VectorSplat;
6836 *scalar = S.ImpCastExprToType(scalar->get(), vectorTy, CK_VectorSplat);