Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVISAInfo.h64 unsigned getMaxELen() const { return MaxELen; } in getMaxELen() function
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp140 unsigned MaxELen = ISAInfo->getMaxELen(); in getTargetDefines()