Home
last modified time | relevance | path

Searched refs:EltTypes (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp279 llvm::StringMap<uint64_t> EltTypes; member in __anonc999c1430111::SVEEmitter
288 EltTypes[RV->getNameInitAsString()] = RV->getValueAsInt("Value"); in SVEEmitter()
329 auto It = EltTypes.find(EltName); in encodeEltType()
330 if (It != EltTypes.end()) in encodeEltType()
1540 for (auto &KV : EltTypes) in createTypeFlags()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1278 SmallVector<Type*, 16> EltTypes(VecSize); in getTypeForElements() local
1280 EltTypes[i] = V[i]->getType(); in getTypeForElements()
1282 return StructType::get(Context, EltTypes, Packed); in getTypeForElements()