Searched refs:LocationOpIndexMap (Results 1 – 1 of 1) sorted by relevance
6396 SmallVector<int64_t, 2> LocationOpIndexMap; in SalvageDVI() local6397 LocationOpIndexMap.assign(DVIRec.LocationOps.size(), -1); in SalvageDVI()6408 LocationOpIndexMap[i] = NewLocationOps.size() - 1; in SalvageDVI()6410 << " now at index " << LocationOpIndexMap[i] << "\n"); in SalvageDVI()6468 assert(LocationOpIndexMap[Op.getArg(0)] != -1 && in SalvageDVI()6470 NewExpr.push_back(LocationOpIndexMap[Op.getArg(0)]); in SalvageDVI()