Lines Matching defs:NewLocationOps
6737 SmallVectorImpl<Value *> &NewLocationOps,
6743 updateDVIWithLocation(*DbgVal, NewLocationOps[0], NewExpr);
6750 updateDVIWithLocation(*DbgVal, NewLocationOps[0], ShortenedOps);
6753 updateDVIWithLocations(*DbgVal, NewLocationOps, NewExpr);
6838 SmallVector<Value *, 2> NewLocationOps;
6839 NewLocationOps.push_back(LSRInductionVar);
6847 NewLocationOps.push_back(VH);
6848 LocationOpIndexMap[i] = NewLocationOps.size() - 1;
6893 B->appendToVectors(NewExpr, NewLocationOps);
6916 DbgBuilder->appendToVectors(NewExpr, NewLocationOps);
6919 UpdateDbgValueInst(DVIRec, NewLocationOps, NewExpr);