Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp2622 Optional<llvm::APSInt> vecSize = ArraySize->getIntegerConstantExpr(Context); in BuildExtVectorType() local
2623 if (!vecSize) { in BuildExtVectorType()
2630 if (!vecSize->isIntN(32)) { in BuildExtVectorType()
2637 unsigned vectorSize = static_cast<unsigned>(vecSize->getZExtValue()); in BuildExtVectorType()
7830 unsigned vecSize = typeSize * numElts; in HandleNeonVectorTypeAttr() local
7831 if (vecSize != 64 && vecSize != 128) { in HandleNeonVectorTypeAttr()