Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:GVal

716   GlobalValue *GVal = nullptr;
721 GVal = M->getNamedValue(Name);
722 if (GVal) {
729 GVal = I->second.first;
746 if (GVal) {
748 if (GVal->getType() != GA->getType())
755 GVal->replaceAllUsesWith(GA.get());
756 GVal->eraseFromParent();
815 GlobalValue *GVal = nullptr;
819 GVal = M->getNamedValue(Name);
820 if (GVal) {
827 GVal = I->second.first;
833 if (!GVal) {
838 if (GVal->getValueType() != Ty)
842 GV = cast<GlobalVariable>(GVal);