Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaType.cpp1659 llvm::APSInt vecSize(32); in BuildExtVectorType() local
1660 if (!ArraySize->isIntegerConstantExpr(vecSize, Context)) { in BuildExtVectorType()
1669 unsigned vectorSize = static_cast<unsigned>(vecSize.getZExtValue()); in BuildExtVectorType()
4675 llvm::APSInt vecSize(32); in HandleVectorSizeAttr() local
4677 !sizeExpr->isIntegerConstantExpr(vecSize, S.Context)) { in HandleVectorSizeAttr()
4694 unsigned vectorSize = static_cast<unsigned>(vecSize.getZExtValue() * 8); in HandleVectorSizeAttr()
4843 unsigned vecSize = typeSize * numElts; in HandleNeonVectorTypeAttr() local
4844 if (vecSize != 64 && vecSize != 128) { in HandleNeonVectorTypeAttr()