Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h30 using VScaleVal = std::optional<unsigned>; variable
263 VScaleVal Scale = 0;
322 VScaleVal getScale() const { return Scale; } in getScale()
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp48 VScaleVal LMULType::getScale(unsigned ElementBitwidth) const { in getScale()