Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp94 QT = Context.getIntTypeForBitwidth(Type->getElementBitwidth(), true); in RVVType2Qual()
97 QT = Context.getIntTypeForBitwidth(Type->getElementBitwidth(), false); in RVVType2Qual()
100 switch (Type->getElementBitwidth()) { in RVVType2Qual()
/llvm-project-15.0.7/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h235 unsigned getElementBitwidth() const { return ElementBitwidth; } in getElementBitwidth() function