Lines Matching refs:Dest
394 static void GetIndexDifference(SmallVectorImpl<VariableGEPIndex> &Dest, in GetIndexDifference() argument
405 for (unsigned j = 0, e = Dest.size(); j != e; ++j) { in GetIndexDifference()
406 if (Dest[j].V != V || Dest[j].Extension != Extension) continue; in GetIndexDifference()
410 if (Dest[j].Scale != Scale) in GetIndexDifference()
411 Dest[j].Scale -= Scale; in GetIndexDifference()
413 Dest.erase(Dest.begin()+j); in GetIndexDifference()
421 Dest.push_back(Entry); in GetIndexDifference()
731 Value *Dest = II->getArgOperand(0); in getModRefInfo() local
734 if (isNoAlias(Location(Dest, Len), Loc)) { in getModRefInfo()
750 Value *Dest = II->getArgOperand(0); in getModRefInfo() local
751 if (isNoAlias(Location(Dest, Len), Loc)) in getModRefInfo()