Searched refs:vecSize (Results 1 – 1 of 1) sorted by relevance
1659 llvm::APSInt vecSize(32); in BuildExtVectorType() local1660 if (!ArraySize->isIntegerConstantExpr(vecSize, Context)) { in BuildExtVectorType()1669 unsigned vectorSize = static_cast<unsigned>(vecSize.getZExtValue()); in BuildExtVectorType()4675 llvm::APSInt vecSize(32); in HandleVectorSizeAttr() local4677 !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() local4844 if (vecSize != 64 && vecSize != 128) { in HandleNeonVectorTypeAttr()