Home
last modified time | relevance | path

Searched defs:isNaN2008 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
H A DMips.cpp444 bool mips::isNaN2008(const ArgList &Args, const llvm::Triple &Triple) { in isNaN2008() function in mips
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSubtarget.h287 bool isNaN2008() const { return IsNaN2008bit; } in isNaN2008() function