Searched refs:InputGVar (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp740 auto *InputGVar = dyn_cast<GlobalVariable>(InputGV); local
741 if (GVar && InputGVar &&
742 !GVar->isDeclaration() && !InputGVar->isDeclaration() &&
743 !GVar->isInterposable() && !InputGVar->isInterposable()) {
745 Type *InputGVType = InputGVar->getInitializer()->getType();

Completed in 48 milliseconds