Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp502 uint32_t NewSEW; in parsePrototypeDescriptor() local
503 if (ComplexTT.second.getAsInteger(10, NewSEW)) { in parsePrototypeDescriptor()
507 switch (NewSEW) { in parsePrototypeDescriptor()
883 void RVVType::applyFixedSEW(unsigned NewSEW) { in applyFixedSEW() argument
885 if (ElementBitwidth == NewSEW) { in applyFixedSEW()
890 ElementBitwidth = NewSEW; in applyFixedSEW()
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h340 void applyFixedSEW(unsigned NewSEW);