Searched refs:vecSize (Results 1 – 1 of 1) sorted by relevance
2622 Optional<llvm::APSInt> vecSize = ArraySize->getIntegerConstantExpr(Context); in BuildExtVectorType() local2623 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() local7831 if (vecSize != 64 && vecSize != 128) { in HandleNeonVectorTypeAttr()