Searched refs:shiftIsPositive (Results 1 – 1 of 1) sorted by relevance
3185 auto shiftIsPositive = builder.create<mlir::arith::CmpIOp>( in genIshftc() local3187 auto leftSize = builder.create<mlir::arith::SelectOp>(loc, shiftIsPositive, in genIshftc()3189 auto rightSize = builder.create<mlir::arith::SelectOp>(loc, shiftIsPositive, in genIshftc()