Home
last modified time | relevance | path

Searched refs:RVVVectorSizeInBits (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8633 llvm::APSInt RVVVectorSizeInBits(32); in HandleRISCVRVVVectorBitsTypeAttr() local
8634 if (!verifyValidIntegerConstantExpr(S, Attr, RVVVectorSizeInBits)) in HandleRISCVRVVVectorBitsTypeAttr()
8645 unsigned VecSize = static_cast<unsigned>(RVVVectorSizeInBits.getZExtValue()); in HandleRISCVRVVVectorBitsTypeAttr()