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