Searched refs:vecSize (Results 1 – 1 of 1) sorted by relevance
2371 llvm::APSInt vecSize(32); in BuildExtVectorType() local2372 if (!ArraySize->isIntegerConstantExpr(vecSize, Context)) { in BuildExtVectorType()2381 unsigned vectorSize = static_cast<unsigned>(vecSize.getZExtValue()); in BuildExtVectorType()7137 unsigned vecSize = typeSize * numElts; in HandleNeonVectorTypeAttr() local7138 if (vecSize != 64 && vecSize != 128) { in HandleNeonVectorTypeAttr()