Searched refs:SveVectorSizeInBits (Results 1 – 1 of 1) sorted by relevance
8244 llvm::APSInt SveVectorSizeInBits(32); in HandleArmSveVectorBitsTypeAttr() local8245 if (!verifyValidIntegerConstantExpr(S, Attr, SveVectorSizeInBits)) in HandleArmSveVectorBitsTypeAttr()8248 unsigned VecSize = static_cast<unsigned>(SveVectorSizeInBits.getZExtValue()); in HandleArmSveVectorBitsTypeAttr()