Home | History | Annotate | Download | only in Sema

Lines Matching refs:Arch

315   // Since the target specific builtins for each arch overlap, only check those
316 // of the arch we are compiling for.
453 llvm::Triple::ArchType Arch = Context.getTargetInfo().getTriple().getArch();
455 Arch == llvm::Triple::aarch64 || Arch == llvm::Triple::arm64;