Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DRuntimeLibcalls.cpp308 if (TT.isSPARC()) { in initLibcalls()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h1012 bool isSPARC() const { return isSPARC32() || isSPARC64(); } in isSPARC() function