Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp3185 auto shiftIsPositive = builder.create<mlir::arith::CmpIOp>( in genIshftc() local
3187 auto leftSize = builder.create<mlir::arith::SelectOp>(loc, shiftIsPositive, in genIshftc()
3189 auto rightSize = builder.create<mlir::arith::SelectOp>(loc, shiftIsPositive, in genIshftc()