Searched refs:IsDebugInfo (Results 1 – 9 of 9) sorted by relevance
174 !inst->IsDebugInfo() && !inst->IsNonSemantic() && in IdPass()183 !spvOpcodeIsDebug(opcode) && !inst->IsDebugInfo() && in IdPass()
95 bool IsDebugInfo() const { in IsDebugInfo() function
92 !use->IsNonSemantic() && !use->IsDebugInfo()) { in ValidateFunction()