Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Hi0

2205   SDValue Lo0, Hi0, Lo1, Hi1, LoRes, HiRes;
2207 GetSplitVector(N->getOperand(0), Lo0, Hi0);
2214 HiRes = DAG.getNode(ISD::SETCC, DL, PartResVT, Hi0, Hi1, N->getOperand(2));