Lines Matching refs:blend
55 %blend = shufflevector <4 x i8> %x, <4 x i8> %y, <4 x i32> <i32 0, i32 5, i32 2, i32 7>
56 %r = select <4 x i1> %cmp, <4 x i8> %blend, <4 x i8> %x
68 %blend = shufflevector <5 x i9> %x, <5 x i9> %y, <5 x i32> <i32 0, i32 6, i32 2, i32 8, i32 9>
69 %r = select <5 x i1> %cmp, <5 x i9> %blend, <5 x i9> %y
79 %blend = shufflevector <4 x float> %x, <4 x float> %y, <4 x i32> <i32 0, i32 1, i32 2, i32 7>
80 %r = select <4 x i1> %cmp, <4 x float> %x, <4 x float> %blend
92 %blend = shufflevector <4 x i8> %x, <4 x i8> %y, <4 x i32> <i32 0, i32 5, i32 2, i32 3>
93 %r = select i1 %cmp, <4 x i8> %y, <4 x i8> %blend
108 %blend = shufflevector <4 x i8> %x, <4 x i8> %y, <4 x i32> <i32 0, i32 5, i32 2, i32 7>
109 call void @use(<4 x i8> %blend)
110 %r = select <4 x i1> %cmp, <4 x i8> %blend, <4 x i8> %x
122 %blend = shufflevector <4 x i8> %x, <4 x i8> %y, <4 x i32> <i32 0, i32 5, i32 2, i32 undef>
123 %r = select <4 x i1> %cmp, <4 x i8> %blend, <4 x i8> %y
148 %blend = shufflevector <4 x i8> %x, <4 x i8> %y, <4 x i32> <i32 0, i32 5, i32 2, i32 3>
149 %r = select <4 x i1> %cmp, <4 x i8> %z, <4 x i8> %blend
161 %blend = shufflevector <4 x i8> %x, <4 x i8> %y, <2 x i32> <i32 0, i32 5>
162 %r = select <2 x i1> %cmp, <2 x i8> %blend, <2 x i8> %x2
174 %blend = shufflevector <4 x i8> %x, <4 x i8> %y, <2 x i32> <i32 0, i32 5>
175 %r = select <2 x i1> %cmp, <2 x i8> %x2, <2 x i8> %blend