Searched refs:ViaEltSizeInBits (Results 1 – 1 of 1) sorted by relevance
1148 unsigned ViaEltSizeInBits = ViaEltVT.getSizeInBits(); in getConstant() local1149 unsigned ViaVecNumElts = VT.getSizeInBits() / ViaEltSizeInBits; in getConstant()1159 EltParts.push_back(getConstant(NewVal.lshr(i * ViaEltSizeInBits) in getConstant()1160 .trunc(ViaEltSizeInBits), DL, in getConstant()