Lines Matching refs:GVal
1029 GlobalValue *GVal = nullptr; in parseAliasOrIFunc() local
1036 GVal = I->second.first; in parseAliasOrIFunc()
1044 GVal = I->second.first; in parseAliasOrIFunc()
1088 if (GVal) { in parseAliasOrIFunc()
1090 if (GVal->getType() != GV->getType()) in parseAliasOrIFunc()
1097 GVal->replaceAllUsesWith(GV); in parseAliasOrIFunc()
1098 GVal->eraseFromParent(); in parseAliasOrIFunc()
1198 GlobalValue *GVal = nullptr; in parseGlobal() local
1204 GVal = I->second.first; in parseGlobal()
1212 GVal = I->second.first; in parseGlobal()
1236 if (GVal) { in parseGlobal()
1237 if (GVal->getType() != Ty->getPointerTo(AddrSpace)) in parseGlobal()
1242 GVal->replaceAllUsesWith(GV); in parseGlobal()
1243 GVal->eraseFromParent(); in parseGlobal()