Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/ArithmeticToSPIRV/
H A DArithmeticToSPIRV.cpp464 Value lhsAbs = builder.create<SignedAbsOp>(loc, type, lhs); in emulateSignedRemainder() local
466 Value abs = builder.create<spirv::UModOp>(loc, lhsAbs, rhsAbs); in emulateSignedRemainder()
471 isPositive = builder.create<spirv::IEqualOp>(loc, lhs, lhsAbs); in emulateSignedRemainder()