Lines Matching defs:low32
153 Value low32 = value64.getLow();
183 Value shiftLow = rewriter.create<arith::ShRUIOp>(loc, low32, thirty32);
190 low32 = rewriter.create<arith::AddIOp>(loc, low32, shiftRound);
201 Value newLow32 = rewriter.create<arith::AddIOp>(loc, low32, roundBit);
203 loc, arith::CmpIPredicate::ugt, low32, newLow32);
204 low32 = newLow32;
223 low32 = rewriter.create<arith::ShRUIOp>(loc, low32, shift32);
224 low32 = rewriter.create<arith::SelectOp>(loc, shiftOver32, zero32, low32);
227 Value result = rewriter.create<arith::AddIOp>(loc, low32, high32);