Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2852 std::optional<llvm::APSInt> vecSize = in BuildExtVectorType() local
2854 if (!vecSize) { in BuildExtVectorType()
2861 if (!vecSize->isIntN(32)) { in BuildExtVectorType()
2868 unsigned vectorSize = static_cast<unsigned>(vecSize->getZExtValue()); in BuildExtVectorType()
8509 unsigned vecSize = typeSize * numElts; in HandleNeonVectorTypeAttr() local
8510 if (vecSize != 64 && vecSize != 128) { in HandleNeonVectorTypeAttr()