reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/SystemZ/SystemZISelLowering.cpp
 2832     uint64_t Anchor = Offset & ~uint64_t(0xfff);
 2837     Offset -= Anchor;
 2838     if (Offset != 0 && (Offset & 1) == 0) {
 2838     if (Offset != 0 && (Offset & 1) == 0) {
 2839       SDValue Full = DAG.getTargetGlobalAddress(GV, DL, PtrVT, Anchor + Offset);
 2841       Offset = 0;
 2852   if (Offset != 0)
 2854                          DAG.getConstant(Offset, DL, PtrVT));