Lines Matching refs:Op
150 typedef std::function<bool(spv::Op, unsigned start)> instfn_t;
173 bool isConstOp(spv::Op opCode) const;
174 bool isTypeOp(spv::Op opCode) const;
175 bool isStripOp(spv::Op opCode) const;
176 bool isFlowCtrl(spv::Op opCode) const;
177 range_t literalRange(spv::Op opCode) const;
178 range_t typeRange(spv::Op opCode) const;
179 range_t constRange(spv::Op opCode) const;
185 spv::Op asOpCode(unsigned word) const { return opOpCode(spv[word]); }
193 static spv::Op opOpCode(spirword_t data) { return spv::Op(data & spv::OpCodeMask); }