Searched refs:EltTypes (Results 1 – 3 of 3) sorted by relevance
169 SmallVector<Type *, 16> EltTypes; in getTypeForElements() local170 EltTypes.reserve(VecSize); in getTypeForElements()172 EltTypes.push_back(Elm->getType()); in getTypeForElements()173 return StructType::get(Ctx, EltTypes, Packed); in getTypeForElements()
307 StringMap<uint64_t> EltTypes; member in __anone51b860d0111::SVEEmitter316 EltTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter()357 auto It = EltTypes.find(EltName); in encodeEltType()358 if (It != EltTypes.end()) in encodeEltType()1630 for (auto &KV : EltTypes) in createTypeFlags()
1357 SmallVector<Type*, 16> EltTypes(VecSize); in getTypeForElements() local1359 EltTypes[i] = V[i]->getType(); in getTypeForElements()1361 return StructType::get(Context, EltTypes, Packed); in getTypeForElements()