Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Lo0

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