Home | History | Annotate | Download | only in Analysis

Lines Matching refs:GV

4599   GlobalVariable *GV = dyn_cast<GlobalVariable>(GEP->getOperand(0));
4600 if (!GV || !GV->isConstant() || !GV->hasDefinitiveInitializer() ||
4623 // Okay, we know we have a (load (gep GV, 0, X)) comparison with a constant.
4645 Constant *Result = ConstantFoldLoadThroughGEPIndices(GV->getInitializer(),
4655 << "\n*** From global " << *GV << "*** BB: " << *L->getHeader()