Searched refs:vecSize (Results 1 – 1 of 1) sorted by relevance
2762 std::optional<llvm::APSInt> vecSize = in BuildExtVectorType() local2764 if (!vecSize) { in BuildExtVectorType()2771 if (!vecSize->isIntN(32)) { in BuildExtVectorType()2778 unsigned vectorSize = static_cast<unsigned>(vecSize->getZExtValue()); in BuildExtVectorType()8119 unsigned vecSize = typeSize * numElts; in HandleNeonVectorTypeAttr() local8120 if (vecSize != 64 && vecSize != 128) { in HandleNeonVectorTypeAttr()