Lines Matching defs:shift32
81 Value shift32 = rewriter.create<arith::ExtUIOp>(loc, i32Ty, op.getShift());
93 Value shift64 = rewriter.create<arith::ExtUIOp>(loc, i64Ty, shift32);
109 loc, arith::CmpIPredicate::sgt, shift32, thirtyOne32);
140 Value shift32 = rewriter.create<arith::ExtUIOp>(loc, i32Ty, op.getShift());
158 loc, arith::CmpIPredicate::sge, shift32, thirtyTwo32);
160 loc, arith::CmpIPredicate::sgt, shift32, thirtyTwo32);
163 rewriter.create<arith::SubIOp>(loc, thirtyTwo32, shift32);
165 rewriter.create<arith::SubIOp>(loc, shift32, thirtyTwo32);
196 Value shiftSubOne = rewriter.create<arith::SubIOp>(loc, shift32, one32);
223 low32 = rewriter.create<arith::ShRUIOp>(loc, low32, shift32);