Home
last modified time | relevance | path

Searched defs:IsX86 (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/lib/Driver/ToolChains/
H A DSolaris.cpp336 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; getSupportedSanitizers() local
H A DOpenBSD.cpp300 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; getSupportedSanitizers() local
H A DNetBSD.cpp534 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; getSupportedSanitizers() local
H A DFreeBSD.cpp487 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; getSupportedSanitizers() local
H A DLinux.cpp780 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; getSupportedSanitizers() local
/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4185 bool IsX86 = Name.consume_front("x86."); UpgradeIntrinsicCall() local