Home | History | Annotate | Download | only in Sema

Lines Matching refs:CK_VectorSplat

4991   Kind = CK_VectorSplat;
6145 // CK_VectorSplat does T -> vector T, so first cast to the
6152 Kind = CK_VectorSplat;
6589 RHS = ImpCastExprToType(RHS.take(), LHSType, CK_VectorSplat);
6600 RHS = ImpCastExprToType(RHS.take(), LHSType, CK_VectorSplat);
6607 RHS = ImpCastExprToType(RHS.take(), LHSType, CK_VectorSplat);