Searched refs:ValIt (Results 1 – 1 of 1) sorted by relevance
1322 auto ValIt = std::find(LiveVec.begin(), LiveVec.end(), Val); in CreateGCRelocates() local1323 assert(ValIt != LiveVec.end() && "Val not found in LiveVec!"); in CreateGCRelocates()1324 size_t Index = std::distance(LiveVec.begin(), ValIt); in CreateGCRelocates()