Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h28 using VScaleVal = llvm::Optional<unsigned>; variable
182 VScaleVal Scale = 0;
238 VScaleVal getScale() const { return Scale; } in getScale()
/llvm-project-15.0.7/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp50 VScaleVal LMULType::getScale(unsigned ElementBitwidth) const { in getScale()