Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DConstant.cpp169 SmallVector<Type *, 16> EltTypes; in getTypeForElements() local
170 EltTypes.reserve(VecSize); in getTypeForElements()
172 EltTypes.push_back(Elm->getType()); in getTypeForElements()
173 return StructType::get(Ctx, EltTypes, Packed); in getTypeForElements()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp307 StringMap<uint64_t> EltTypes; member in __anone51b860d0111::SVEEmitter
316 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()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1357 SmallVector<Type*, 16> EltTypes(VecSize); in getTypeForElements() local
1359 EltTypes[i] = V[i]->getType(); in getTypeForElements()
1361 return StructType::get(Context, EltTypes, Packed); in getTypeForElements()