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