Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp3212 unsigned ValEltWidth = ValEltVT.getSizeInBits(); in GenWidenVectorStores() local
3243 Idx = Idx * ValEltWidth / NewVTWidth; in GenWidenVectorStores()
3257 Idx = Idx * NewVTWidth / ValEltWidth; in GenWidenVectorStores()