Home | History | Annotate | Download | only in PowerPC

Lines Matching full:hipart

1985 static SDValue LowerLabelRef(SDValue HiPart, SDValue LoPart, bool isPIC,
1987 SDLoc DL(HiPart);
1988 EVT PtrVT = HiPart.getValueType();
1991 SDValue Hi = DAG.getNode(PPCISD::Hi, DL, PtrVT, HiPart, Zero);