Home
last modified time | relevance | path

Searched refs:leftSize (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp3187 auto leftSize = builder.create<mlir::arith::SelectOp>(loc, shiftIsPositive, in genIshftc() local
3199 builder.create<mlir::arith::SubIOp>(loc, bitSize, leftSize); in genIshftc()
3209 auto right = builder.create<mlir::arith::ShLIOp>(loc, rightTmp, leftSize); in genIshftc()