Searched defs:SV1 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3753 const ShuffleVectorSDNode *SV1 = cast<ShuffleVectorSDNode>(N1); local
3760 int M1 = SV1->getMaskElt(i);
3782 // SV0 make the index a LHS index. If it came from SV1, make it
7608 SDValue SV1 = PeekThroughBitcast(N0->getOperand(1)); local
7609 if (!(SV0 && SV1))
7621 std::swap(SV0, SV1);
7627 return DAG.getVectorShuffle(VT, SDLoc(N), SV0, SV1, NewMask);
12968 SDValue SV0 = DAG.getUNDEF(VT), SV1 = DAG.getUNDEF(VT); local
13025 } else if (SV1.isUndef() || SV1
13607 SDValue SV1 = BC0->getOperand(1); local
13638 SDValue SV1 = N1->getOperand(1); local
13662 SDValue SV0, SV1; local
[all...]

Completed in 155 milliseconds