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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2791 unsigned ValEltWidth = ValEltVT.getSizeInBits(); local
2822 Idx = Idx * ValEltWidth / NewVTWidth;
2836 Idx = Idx * NewVTWidth / ValEltWidth;

Completed in 40 milliseconds