Searched refs:VSelM (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10833 SDValue VSelM = DAG.getConstant(0x80, VT); local
10834 SDValue OpVSel = DAG.getNode(ISD::AND, dl, VT, VSelM, Op);
10835 OpVSel = DAG.getNode(X86ISD::PCMPEQ, dl, VT, OpVSel, VSelM);
10849 OpVSel = DAG.getNode(ISD::AND, dl, VT, VSelM, Op);
10850 OpVSel = DAG.getNode(X86ISD::PCMPEQ, dl, VT, OpVSel, VSelM);
10861 OpVSel = DAG.getNode(ISD::AND, dl, VT, VSelM, Op);
10862 OpVSel = DAG.getNode(X86ISD::PCMPEQ, dl, VT, OpVSel, VSelM);

Completed in 208 milliseconds