Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6905 const bool NoCrypto = llvm::is_contained(RequestedExtensions, "nocrypto"); in ExpandCryptoAEK() local
6908 if (!NoCrypto && Crypto) { in ExpandCryptoAEK()
6927 } else if (NoCrypto) { in ExpandCryptoAEK()