Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvPostProcess.cpp315 if (inst.isIdOperand(op)) { in postProcess()
DspvIR.h138 bool isIdOperand(int op) const { return idOperand[op]; } in isIdOperand() function