Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h938 bool isLoongArch32() const { return getArch() == Triple::loongarch32; } in isLoongArch32() function
944 bool isLoongArch() const { return isLoongArch32() || isLoongArch64(); } in isLoongArch()