Home
last modified time | relevance | path

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

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