[ARM] MVE integer min and max
[llvm-complete.git] / lib / Target / NVPTX / TargetInfo / NVPTXTargetInfo.h
blob5c5691349ae9ebc51b020aa2a02f3a276296f35c
1 //===-- NVPTXTargetInfo.h - NVPTX Target Implementation ---------*- C++ -*-===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
9 #ifndef LLVM_LIB_TARGET_NVPTX_TARGETINFO_NVPTXTARGETINFO_H
10 #define LLVM_LIB_TARGET_NVPTX_TARGETINFO_NVPTXTARGETINFO_H
12 namespace llvm {
14 class Target;
16 Target &getTheNVPTXTarget32();
17 Target &getTheNVPTXTarget64();
19 } // namespace llvm
21 #endif // LLVM_LIB_TARGET_NVPTX_TARGETINFO_NVPTXTARGETINFO_H