Searched refs:RVVVectorSizeInBits (Results 1 – 1 of 1) sorted by relevance
8545 llvm::APSInt RVVVectorSizeInBits(32); in HandleRISCVRVVVectorBitsTypeAttr() local8546 if (!verifyValidIntegerConstantExpr(S, Attr, RVVVectorSizeInBits)) in HandleRISCVRVVVectorBitsTypeAttr()8557 unsigned VecSize = static_cast<unsigned>(RVVVectorSizeInBits.getZExtValue()); in HandleRISCVRVVVectorBitsTypeAttr()