Home | History | Annotate | Download | only in Analysis

Lines Matching refs:GV

91   if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(V)) {
92 if (!GV->hasDefinitiveInitializer())
94 AccessTy = GV->getType()->getElementType();
95 Align = GV->getAlignment();
591 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(V)) {
592 // Note: this doesn't require GV to be "ODR" because it isn't legal for a
594 // others. GV may even be a declaration, not a definition.
595 if (!GV->isConstant()) {