Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1008 unsigned ViaEltSizeInBits = ViaEltVT.getSizeInBits(); in getConstant() local
1009 unsigned ViaVecNumElts = VT.getSizeInBits() / ViaEltSizeInBits; in getConstant()
1019 EltParts.push_back(getConstant(NewVal.lshr(i * ViaEltSizeInBits) in getConstant()
1020 .trunc(ViaEltSizeInBits), in getConstant()