MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / IsEmptyDebugExpression

Function IsEmptyDebugExpression

source/opt/debug_info_manager.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74bool IsEmptyDebugExpression(Instruction* instr) {
75 return (instr->GetCommonDebugOpcode() == CommonDebugInfoDebugExpression) &&
76 instr->NumOperands() == kDebugExpressOperandOperationIndex;
77}
78
79} // namespace
80

Callers 2

AnalyzeDebugInstMethod · 0.85
ClearDebugInfoMethod · 0.85

Calls 2

GetCommonDebugOpcodeMethod · 0.80
NumOperandsMethod · 0.80

Tested by

no test coverage detected