Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp2371 llvm::APSInt vecSize(32); in BuildExtVectorType() local
2372 if (!ArraySize->isIntegerConstantExpr(vecSize, Context)) { in BuildExtVectorType()
2381 unsigned vectorSize = static_cast<unsigned>(vecSize.getZExtValue()); in BuildExtVectorType()
7137 unsigned vecSize = typeSize * numElts; in HandleNeonVectorTypeAttr() local
7138 if (vecSize != 64 && vecSize != 128) { in HandleNeonVectorTypeAttr()