Searched refs:other_index (Results 1 – 12 of 12) sorted by relevance
414 int other_index) const { in AreAliases()418 return index == other_index; in AreAliases()424 return index == other_index >> shift; in AreAliases()427 return index >> shift == other_index; in AreAliases()
145 MachineRepresentation other_rep, int other_index) const;
980 uint32_t other_index = global->init.val.global_index; in DecodeGlobalInModule() local981 if (other_index >= index) { in DecodeGlobalInModule()985 index, other_index); in DecodeGlobalInModule()986 } else if (module->globals[other_index].type != global->type) { in DecodeGlobalInModule()990 other_index, ValueTypes::TypeName(global->type), in DecodeGlobalInModule()991 ValueTypes::TypeName(module->globals[other_index].type)); in DecodeGlobalInModule()
222 const int other_index = in Equals() local224 return index_ == other_index; in Equals()
246 const int other_index = in Equals() local248 return index_ == other_index; in Equals()
242 const int other_index = in Equals() local244 return index_ == other_index; in Equals()
244 const int other_index = in Equals() local246 return index_ == other_index; in Equals()
11300 const int other_index =11302 return index_ == other_index;