Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp3395 auto remPlusP = in genModulo() local
3397 return builder.create<mlir::arith::SelectOp>(loc, mustAddP, remPlusP, in genModulo()
3413 auto remPlusP = builder.create<mlir::arith::AddFOp>(loc, remainder, args[1]); in genModulo() local
3414 return builder.create<mlir::arith::SelectOp>(loc, mustAddP, remPlusP, in genModulo()