Searched refs:EltParts (Results 1 – 1 of 1) sorted by relevance
1157 SmallVector<SDValue, 2> EltParts; in getConstant() local1159 EltParts.push_back(getConstant(NewVal.lshr(i * ViaEltSizeInBits) in getConstant()1167 std::reverse(EltParts.begin(), EltParts.end()); in getConstant()1178 Ops.insert(Ops.end(), EltParts.begin(), EltParts.end()); in getConstant()