Searched refs:EltTypes (Results 1 – 2 of 2) sorted by relevance
300 llvm::StringMap<uint64_t> EltTypes; member in __anone51b860d0111::SVEEmitter309 EltTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter()350 auto It = EltTypes.find(EltName); in encodeEltType()351 if (It != EltTypes.end()) in encodeEltType()1562 for (auto &KV : EltTypes) in createTypeFlags()
1335 SmallVector<Type*, 16> EltTypes(VecSize); in getTypeForElements() local1337 EltTypes[i] = V[i]->getType(); in getTypeForElements()1339 return StructType::get(Context, EltTypes, Packed); in getTypeForElements()