Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/StandardToSPIRV/
DConvertStandardToSPIRV.cpp115 Value lhsAbs = builder.create<spirv::GLSLSAbsOp>(loc, type, lhs); in emulateSignedRemainder() local
117 Value abs = builder.create<spirv::UModOp>(loc, lhsAbs, rhsAbs); in emulateSignedRemainder()
122 isPositive = builder.create<spirv::IEqualOp>(loc, lhs, lhsAbs); in emulateSignedRemainder()