Searched refs:mustAddP (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IntrinsicCall.cpp | 3393 auto mustAddP = builder.create<mlir::arith::AndIOp>(loc, remainderIsNotZero, in genModulo() local 3397 return builder.create<mlir::arith::SelectOp>(loc, mustAddP, remPlusP, in genModulo() 3411 auto mustAddP = builder.create<mlir::arith::AndIOp>(loc, remainderIsNotZero, in genModulo() local 3414 return builder.create<mlir::arith::SelectOp>(loc, mustAddP, remPlusP, in genModulo()
|