Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1140 unsigned ViaEltSizeInBits = ViaEltVT.getSizeInBits(); in getConstant() local
1141 unsigned ViaVecNumElts = VT.getSizeInBits() / ViaEltSizeInBits; in getConstant()
1151 EltParts.push_back(getConstant(NewVal.lshr(i * ViaEltSizeInBits) in getConstant()
1152 .trunc(ViaEltSizeInBits), DL, in getConstant()