Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:gv

19 SystemZConstantPoolValue(const GlobalValue *gv,
21 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {}
24 SystemZConstantPoolValue::Create(const GlobalValue *GV,
26 return new SystemZConstantPoolValue(GV, Modifier);
38 if (ZCPV->GV == GV && ZCPV->Modifier == Modifier)
46 ID.AddPointer(GV);
51 O << GV << "@" << int(Modifier);