Home | History | Annotate | Download | only in Sema

Lines Matching refs:CK_VectorSplat

5628   Kind = CK_VectorSplat;
6151 LHS = S.ImpCastExprToType(LHS.get(), VectorTy, CK_VectorSplat);
6152 RHS = S.ImpCastExprToType(RHS.get(), VectorTy, CK_VectorSplat);
6968 // CK_VectorSplat does T -> vector T, so first cast to the
6975 Kind = CK_VectorSplat;
7431 *scalar = S.ImpCastExprToType(scalar->get(), vectorTy, CK_VectorSplat);
8227 RHS = S.ImpCastExprToType(RHS.get(), VecTy, CK_VectorSplat);