|
@@ -188,9 +188,7 @@ public:
|
|
SpirvBinaryOp *createBinaryOp(spv::Op op, QualType resultType,
|
|
SpirvBinaryOp *createBinaryOp(spv::Op op, QualType resultType,
|
|
SpirvInstruction *lhs, SpirvInstruction *rhs,
|
|
SpirvInstruction *lhs, SpirvInstruction *rhs,
|
|
SourceLocation loc = {});
|
|
SourceLocation loc = {});
|
|
- SpirvBinaryOp *createBinaryOp(spv::Op op, const SpirvType *,
|
|
|
|
- SpirvInstruction *lhs, SpirvInstruction *rhs,
|
|
|
|
- SourceLocation loc = {});
|
|
|
|
|
|
+
|
|
SpirvSpecConstantBinaryOp *
|
|
SpirvSpecConstantBinaryOp *
|
|
createSpecConstantBinaryOp(spv::Op op, QualType resultType,
|
|
createSpecConstantBinaryOp(spv::Op op, QualType resultType,
|
|
SpirvInstruction *lhs, SpirvInstruction *rhs,
|
|
SpirvInstruction *lhs, SpirvInstruction *rhs,
|