Searched refs:NewSV (Results 1 – 2 of 2) sorted by relevance
195 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() argument196 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue() argument
321 const PseudoSourceValue *NewSV = PseudoSourceValue::getFixedStack(NewFI); in ColorSlots() local324 RefMMOs[i]->setValue(NewSV); in ColorSlots()