Home | History | Annotate | Download | only in Scalar

Lines Matching refs:GV

573     if (GlobalValue *GV = dyn_cast<GlobalValue>(U->getValue())) {
574 S = SE.getConstant(GV->getType(), 0);
575 return GV;
1275 // fold a GV into an ICmp.
3134 GlobalValue *GV = ExtractSymbol(G, SE);
3135 if (G->isZero() || !GV)
3138 F.AM.BaseGV = GV;
3730 // Look for a formula with a constant or GV in a register. If the use
3749 if (GlobalValue *GV = dyn_cast<GlobalValue>(U->getValue()))
3752 NewF.AM.BaseGV = GV;
4279 // Expand the GV portion.