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