Searched refs:IsInversionSupported (Results 1 – 9 of 9) sorted by relevance
39 if (!inst || !IsInversionSupported(inst->opcode())) { in IsApplicable()84 bool TransformationInvertComparisonOperator::IsInversionSupported( in IsInversionSupported() function in spvtools::fuzz::TransformationInvertComparisonOperator116 assert(IsInversionSupported(opcode) && "Inversion must be supported"); in InvertOpcode()
36 if (!TransformationInvertComparisonOperator::IsInversionSupported( in Apply()
53 static bool IsInversionSupported(SpvOp opcode);
33 if (!TransformationInvertComparisonOperator::IsInversionSupported( in Apply()