Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DRISCVISAInfo.cpp1242 bool IsZveExt = ExtName.consume_front("zve"); in updateMaxELen() local
1243 if (IsZveExt) { in updateMaxELen()