Searched refs:MaskAlloc (Results 1 – 2 of 2) sorted by relevance
1324 int *MaskAlloc = OperandAllocator.Allocate<int>(NElts); in getVectorShuffle() local1325 memcpy(MaskAlloc, &MaskVec[0], NElts * sizeof(int)); in getVectorShuffle()1328 new (NodeAllocator) ShuffleVectorSDNode(VT, dl, N1, N2, MaskAlloc); in getVectorShuffle()
1631 int *MaskAlloc = OperandAllocator.Allocate<int>(NElts); in getVectorShuffle() local1632 std::copy(MaskVec.begin(), MaskVec.end(), MaskAlloc); in getVectorShuffle()1635 dl.getDebugLoc(), MaskAlloc); in getVectorShuffle()