Lines Matching defs:high32
154 Value high32 = value64.getHigh();
191 high32 = rewriter.create<arith::AddIOp>(loc, high32, carry);
207 high32 = rewriter.create<arith::AddIOp>(loc, high32, rounded32);
217 high32 = rewriter.create<arith::AddIOp>(loc, high32, roundBit);
221 high32 = rewriter.create<arith::ShLIOp>(loc, high32, shiftHighL);
222 high32 = rewriter.create<arith::ShRSIOp>(loc, high32, shiftHighR);
227 Value result = rewriter.create<arith::AddIOp>(loc, low32, high32);