Searched refs:vecSize (Results 1 – 1 of 1) sorted by relevance
1712 llvm::APSInt vecSize(32); in BuildExtVectorType() local1713 if (!ArraySize->isIntegerConstantExpr(vecSize, Context)) { in BuildExtVectorType()1722 unsigned vectorSize = static_cast<unsigned>(vecSize.getZExtValue()); in BuildExtVectorType()4645 llvm::APSInt vecSize(32); in HandleVectorSizeAttr() local4647 !sizeExpr->isIntegerConstantExpr(vecSize, S.Context)) { in HandleVectorSizeAttr()4664 unsigned vectorSize = static_cast<unsigned>(vecSize.getZExtValue() * 8); in HandleVectorSizeAttr()4821 unsigned vecSize = typeSize * numElts; in HandleNeonVectorTypeAttr() local4822 if (vecSize != 64 && vecSize != 128) { in HandleNeonVectorTypeAttr()