Searched refs:rhsAbs (Results 1 – 1 of 1) sorted by relevance
116 Value rhsAbs = builder.create<spirv::GLSLSAbsOp>(loc, type, rhs); in emulateSignedRemainder() local117 Value abs = builder.create<spirv::UModOp>(loc, lhsAbs, rhsAbs); in emulateSignedRemainder()124 isPositive = builder.create<spirv::IEqualOp>(loc, rhs, rhsAbs); in emulateSignedRemainder()