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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1340 int *MaskAlloc = OperandAllocator.Allocate<int>(NElts); local
1341 memcpy(MaskAlloc, &MaskVec[0], NElts * sizeof(int));
1344 new (NodeAllocator) ShuffleVectorSDNode(VT, dl, N1, N2, MaskAlloc);

Completed in 397 milliseconds