Lines Matching refs:first
727 for (const char c : name.first)
744 // Initial approach: go through some high priority opcodes first and assign them
942 blockmap_t blockMap; // Map of IDs to blocks they first appear in
1054 spv::Id id = idPair.first;
1058 idMap[idPair.first] = id; // replace with final result
1098 if (fn->first == entryPoint) { // don't DCE away the entry point!
1103 const auto call_it = fnCalls.find(fn->first);
1123 fn->second.first,
1251 for (int x=range.first; x<std::min(range.second, wordCount); ++x)
1263 return std::equal(spir.begin() + typeStart + range.first,
1265 gdata.begin() + range.first);
1287 if (matchType(globalTypes, lt, gt.first))
1288 return gt.first;
1437 if (strip_it == stripRange.end() || word < strip_it->first || word >= strip_it->second)