Home | History | Annotate | Download | only in X86

Lines Matching refs:LastElt

4826       SDValue ThisElt(0, 0), LastElt(0, 0);
4829 LastElt = DAG.getNode(ISD::ZERO_EXTEND, dl,
4837 ThisElt = DAG.getNode(ISD::OR, dl, MVT::i16, ThisElt, LastElt);
4839 ThisElt = LastElt;