Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h319 unsigned getElementBitwidth() const { return ElementBitwidth; } in getElementBitwidth() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp115 QT = Context.getIntTypeForBitwidth(Type->getElementBitwidth(), true); in RVVType2Qual()
118 QT = Context.getIntTypeForBitwidth(Type->getElementBitwidth(), false); in RVVType2Qual()
124 switch (Type->getElementBitwidth()) { in RVVType2Qual()