Home | History | Annotate | Download | only in Sema

Lines Matching refs:CK_VectorSplat

4274   Kind = CK_VectorSplat;
5421 // CK_VectorSplat does T -> vector T, so first cast to the
5428 Kind = CK_VectorSplat;
5860 RHS = ImpCastExprToType(RHS.take(), LHSType, CK_VectorSplat);
5871 RHS = ImpCastExprToType(RHS.take(), LHSType, CK_VectorSplat);