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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4691 unsigned NumElemsPerChunk = vecWidth / ElVT.getSizeInBits(); local
4692 return Index / NumElemsPerChunk;
4706 unsigned NumElemsPerChunk = vecWidth / ElVT.getSizeInBits(); local
4707 return Index / NumElemsPerChunk;

Completed in 151 milliseconds