Lines Matching refs:OpSpecConstantOp
648 // Test OpSpecConstantOp
653 // The operands to the OpSpecConstantOp opcode are all Ids.
656 input << "%2 = OpSpecConstantOp %1 " << GetParam().name();
661 Eq(MakeInstruction(spv::Op::OpSpecConstantOp,
764 // The operands to the OpSpecConstantOp opcode are two Ids followed by a
768 input << "%2 = OpSpecConstantOp %1 " << GetParam().name() << " %3 %4";
773 Eq(MakeInstruction(spv::Op::OpSpecConstantOp,
802 // The operands to the OpSpecConstantOp opcode are one Id followed by a
806 input << "%2 = OpSpecConstantOp %1 " << GetParam().name() << " %3";
811 Eq(MakeInstruction(spv::Op::OpSpecConstantOp,
838 // TODO(dneto): Negative tests for OpSpecConstantOp