Searched refs:isTypeOp (Results 1 – 2 of 2) sorted by relevance
174 bool isTypeOp(spv::Op opCode) const;189 …spv::Id asTypeConstId(unsigned word) const { return asId(word + (isTypeOp(asOpCode(word)) … in asTypeConstId()
192 bool spirvbin_t::isTypeOp(spv::Op opCode) const in isTypeOp() function in spv::spirvbin_t478 } else if (isTypeOp(opCode)) { in buildLocalMaps()1237 assert(isTypeOp(opCode) || isConstOp(opCode)); in matchType()