Lines Matching defs:NewLocationOps
6740 SmallVectorImpl<Value *> &NewLocationOps,
6746 updateDVIWithLocation(*DbgVal, NewLocationOps[0], NewExpr);
6753 updateDVIWithLocation(*DbgVal, NewLocationOps[0], ShortenedOps);
6756 updateDVIWithLocations(*DbgVal, NewLocationOps, NewExpr);
6841 SmallVector<Value *, 2> NewLocationOps;
6842 NewLocationOps.push_back(LSRInductionVar);
6850 NewLocationOps.push_back(VH);
6851 LocationOpIndexMap[i] = NewLocationOps.size() - 1;
6894 B->appendToVectors(NewExpr, NewLocationOps);
6917 DbgBuilder->appendToVectors(NewExpr, NewLocationOps);
6920 UpdateDbgValueInst(DVIRec, NewLocationOps, NewExpr);