Lines Matching refs:GV
4601 GlobalVariable *GV = dyn_cast<GlobalVariable>(GEP->getOperand(0));
4602 if (!GV || !GV->isConstant() || !GV->hasDefinitiveInitializer() ||
4625 // Okay, we know we have a (load (gep GV, 0, X)) comparison with a constant.
4647 Constant *Result = ConstantFoldLoadThroughGEPIndices(GV->getInitializer(),
4657 << "\n*** From global " << *GV << "*** BB: " << *L->getHeader()