Lines Matching refs:spec_const
161 OpName %6 "spec_const"
889 %spec_const = OpSpecConstant %uint 0
894 %3 = OpAccessChain %uint_ptr %var %spec_const
1418 ; CHECK: [[spec_const:%\w+]] = OpSpecConstant [[int]] 4
1419 ; CHECK: [[spec_op:%\w+]] = OpSpecConstantOp [[int]] IAdd [[spec_const]] [[spec_const]]
1420 ; CHECK: [[array1:%\w+]] = OpTypeArray [[int]] [[spec_const]]
1434 %spec_const = OpSpecConstant %int 4
1435 %spec_op = OpSpecConstantOp %int IAdd %spec_const %spec_const
1436 %array_1 = OpTypeArray %int %spec_const