Home
last modified time | relevance | path

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

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