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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3878 unsigned NumElemsPerChunk = vecWidth / ElVT.getSizeInBits(); local
3879 return Index / NumElemsPerChunk;
3893 unsigned NumElemsPerChunk = vecWidth / ElVT.getSizeInBits(); local
3894 return Index / NumElemsPerChunk;

Completed in 102 milliseconds