Lines Matching defs:word
162 spv::Id& asId(unsigned word) { return spv[word]; }
163 const spv::Id& asId(unsigned word) const { return spv[word]; }
164 spv::Op asOpCode(unsigned word) const { return opOpCode(spv[word]); }
165 std::uint32_t asOpCodeHash(unsigned word);
166 spv::Decoration asDecoration(unsigned word) const { return spv::Decoration(spv[word]); }
167 unsigned asWordCount(unsigned word) const { return opWordCount(spv[word]); }
168 spv::Id asTypeConstId(unsigned word) const { return asId(word + (isTypeOp(asOpCode(word)) ? 1 : 2)); }
195 std::string literalString(unsigned word) const; // Return literal as a std::string
209 int processInstruction(unsigned word, instfn_t, idfn_t);
257 posmap_t typeConstPos; // word positions that define types & consts (ordered)