Searched refs:ViaEltSizeInBits (Results 1 – 2 of 2) sorted by relevance
1140 unsigned ViaEltSizeInBits = ViaEltVT.getSizeInBits(); in getConstant() local1141 unsigned ViaVecNumElts = VT.getSizeInBits() / ViaEltSizeInBits; in getConstant()1151 EltParts.push_back(getConstant(NewVal.lshr(i * ViaEltSizeInBits) in getConstant()1152 .trunc(ViaEltSizeInBits), DL, in getConstant()
1224 unsigned ViaEltSizeInBits = ViaEltVT.getSizeInBits(); in getConstant() local1225 unsigned ViaVecNumElts = VT.getSizeInBits() / ViaEltSizeInBits; in getConstant()1235 EltParts.push_back(getConstant(NewVal.lshr(i * ViaEltSizeInBits) in getConstant()1236 .zextOrTrunc(ViaEltSizeInBits), DL, in getConstant()