Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1624 int *MaskAlloc = OperandAllocator.Allocate<int>(NElts); in getVectorShuffle() local
1625 memcpy(MaskAlloc, &MaskVec[0], NElts * sizeof(int)); in getVectorShuffle()
1630 MaskAlloc); in getVectorShuffle()