Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:Anchor

2475     uint64_t Anchor = Offset & ~uint64_t(0xfff);
2476 Result = DAG.getTargetGlobalAddress(GV, DL, PtrVT, Anchor);
2480 Offset -= Anchor;
2482 SDValue Full = DAG.getTargetGlobalAddress(GV, DL, PtrVT, Anchor + Offset);