Lines Matching refs:index
295 // Like the previous test, but ensures the pass knows how to modify an index
593 // Index is signed short, array bounds overflows the index type.
618 // Index is unsigned short, array bounds overflows the index type.
643 // Signed int index i is wider than the array bounds type.
667 // Unsigned int index i is wider than the array bounds type.
691 // Signed long index i is wider than the array bounds type.
715 // Unsigned long index i is wider than the array bounds type.
885 ; CHECK: Member index into struct is not a constant integer
905 ; CHECK: Member index into struct is not a constant integer
926 ; CHECK: Member index into struct is not a constant integer
945 ; CHECK: Member index 4 is out of bounds for struct type:
964 ; CHECK: Member index -1 is out of bounds for struct type:
1177 // index into the runtime array. For good measure, the index into the final
1178 // struct is out of bounds. We have to clamp that index too.
1569 OpName %index "index"
1619 %index = OpVariable %_ptr_Function_uint Function
1622 OpStore %index %15
1623 %16 = OpLoad %uint %index
1630 %31 = OpLoad %uint %index
1631 %36 = OpLoad %uint %index
1648 // TODO(dneto): Test access chain index wider than 64 bits?
1649 // TODO(dneto): Test struct access chain index wider than 64 bits?
1653 // - sample index: set to 0 if not multisampled
1656 // TODO(dneto): Test OpImageTexelPointer with coordinate component index other