Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Lo0

1995   SDValue Lo0, Hi0, Lo1, Hi1, LoRes, HiRes;
1997 GetSplitVector(N->getOperand(0), Lo0, Hi0);
1999 unsigned PartElements = Lo0.getValueType().getVectorNumElements();
2003 LoRes = DAG.getNode(ISD::SETCC, DL, PartResVT, Lo0, Lo1, N->getOperand(2));