Home | History | Annotate | Download | only in SystemZ

Lines Matching defs:Lower

606     // Lower a FrameIndex to a TargetFrameIndex.
619 // Lower the displacement to a TargetConstant.
1092 SDValue Lower = CurDAG->getConstant(LowerVal, DL, VT);
1093 SDValue Or = CurDAG->getNode(Opcode, DL, VT, Upper, Lower);