Searched refs:ViaEltSizeInBits (Results 1 – 1 of 1) sorted by relevance
1008 unsigned ViaEltSizeInBits = ViaEltVT.getSizeInBits(); in getConstant() local1009 unsigned ViaVecNumElts = VT.getSizeInBits() / ViaEltSizeInBits; in getConstant()1019 EltParts.push_back(getConstant(NewVal.lshr(i * ViaEltSizeInBits) in getConstant()1020 .trunc(ViaEltSizeInBits), in getConstant()