Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp95 QT = Context.getIntTypeForBitwidth(Type->getElementBitwidth(), true); in RVVType2Qual()
98 QT = Context.getIntTypeForBitwidth(Type->getElementBitwidth(), false); in RVVType2Qual()
101 switch (Type->getElementBitwidth()) { in RVVType2Qual()
/openbsd-src/gnu/llvm/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h296 unsigned getElementBitwidth() const { return ElementBitwidth; } in getElementBitwidth() function