Lines Matching refs:value
114 // The index value will correspond to the value of the index if the object
115 // is a struct, otherwise the value 0 will be used.
121 // It is a struct: we need to retrieve the integer value.
167 // The module must have an integer constant of value bound-1 of the same
179 // The index is not necessarily a constant, so we may not know its value.
196 // At this point, |subobject_type_id| is the type of the value targeted by
247 // It is a struct: we need to retrieve the integer value.
275 "A constant of value bound - 1 and the same type as the index "
353 // If the base pointer's pointee value was irrelevant, the same is true of
354 // the pointee value of the result of this access chain.
387 uint32_t value = index_instruction->GetSingleWordInOperand(0);
389 if (value >= bound) {
393 return {true, value};