Searched refs:vecSize (Results 1 – 1 of 1) sorted by relevance
2646 Optional<llvm::APSInt> vecSize = ArraySize->getIntegerConstantExpr(Context); in BuildExtVectorType() local2647 if (!vecSize) { in BuildExtVectorType()2654 if (!vecSize->isIntN(32)) { in BuildExtVectorType()2661 unsigned vectorSize = static_cast<unsigned>(vecSize->getZExtValue()); in BuildExtVectorType()7865 unsigned vecSize = typeSize * numElts; in HandleNeonVectorTypeAttr() local7866 if (vecSize != 64 && vecSize != 128) { in HandleNeonVectorTypeAttr()