Searched refs:mOpCode (Results 1 – 4 of 4) sorted by relevance
60 OpCodeAndWordCount() : mOpCode(0) {} in OpCodeAndWordCount()62 : mOpCode((uint16_t)codeAndCount), in OpCodeAndWordCount()65 : mOpCode((uint16_t)opcode), mWordCount((uint16_t)wordCount) {} in OpCodeAndWordCount()68 return ((uint32_t)mWordCount << 16) | (uint32_t)mOpCode; in uint32_t()71 uint16_t mOpCode; member
31 if (mCodeAndCount.mOpCode == OpDecorate) { in decorate()43 if (mCodeAndCount.mOpCode != OpTypeStruct) { in memberDecorate()
83 if (codeAndCount.mOpCode != opcode) { in DeserializeFirstWord()145 uint16_t getOpCode() const { return mCodeAndCount.mOpCode; } in getOpCode()
595 if (inst->getOpCode() == T::mOpCode) { in findOrCreate()