Home
last modified time | relevance | path

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

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