Home
last modified time | relevance | path

Searched refs:ViaEltSizeInBits (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1224 unsigned ViaEltSizeInBits = ViaEltVT.getSizeInBits(); in getConstant() local
1225 unsigned ViaVecNumElts = VT.getSizeInBits() / ViaEltSizeInBits; in getConstant()
1235 EltParts.push_back(getConstant(NewVal.lshr(i * ViaEltSizeInBits) in getConstant()
1236 .zextOrTrunc(ViaEltSizeInBits), DL, in getConstant()