Home | History | Annotate | Download | only in Utils

Lines Matching full:uniquevalue

408     Value *UniqueValue = nullptr;
417 if (!UniqueValue)
418 UniqueValue = IV;
419 else if (UniqueValue != IV)
442 NewPN->replaceAllUsesWith(UniqueValue);