Lines Matching full:undef
4 ; attempt to cast a ISD::UNDEF node to a ConstantSDNode.
15 %shl = shl <4 x i64> %A, <i64 undef, i64 undef, i64 1, i64 2>
20 ; with different combinations of undef elements in the vector shift count.
23 %shl = shl <4 x i64> %A, <i64 2, i64 3, i64 undef, i64 undef>
28 %shl = shl <4 x i64> %A, <i64 2, i64 undef, i64 3, i64 undef>
33 %shl = shl <4 x i64> %A, <i64 undef, i64 2, i64 undef, i64 3>
38 %shl = shl <4 x i64> %A, <i64 2, i64 undef, i64 undef, i64 undef>
43 %shl = shl <4 x i64> %A, <i64 undef, i64 undef, i64 3, i64 undef>
48 %shl = shl <4 x i64> %A, <i64 undef, i64 undef, i64 undef, i64 3>
53 %shl = shl <4 x i64> %A, <i64 undef, i64 undef, i64 undef, i64 undef>