Searched refs:zextb (Results 1 – 2 of 2) sorted by relevance
13 %zextb = zext <2 x i8> %b to <2 x i32>14 %shuf = shufflevector <2 x i32> %zexta, <2 x i32> %zextb, <4 x i32> <i32 3, i32 2, i32 1, i32 0>53 %zextb = zext <2 x i8> %b to <2 x i32>55 %insr = insertelement <2 x i32> %zextb, i32 %extr, i32 1
191 bool zextb = op.getIsZextRhs(); in matchAndRewrite() local192 if (zexta && zextb) in matchAndRewrite()196 else if (zexta && !zextb) in matchAndRewrite()200 else if (!zexta && zextb) in matchAndRewrite()