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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1424 int *MaskAlloc = OperandAllocator.Allocate<int>(NElts); local
1425 memcpy(MaskAlloc, &MaskVec[0], NElts * sizeof(int));
1430 MaskAlloc);

Completed in 120 milliseconds