Searched defs:APInt (Results 1 - 14 of 14) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DAPInt.h1 //===-- llvm/ADT/APInt.h - For Arbitrary Precision Integer -----*- C++ -*--===//
35 class APInt;
37 inline APInt operator-(APInt);
40 // APInt Class
45 /// APInt is a functional replacement for common case unsigned integer type like
48 /// than 64-bits of precision. APInt provides a variety of arithmetic operators
57 /// * All binary operators must be on APInt instances of the same bit width.
69 class LLVM_NODISCARD APInt { class in namespace:llvm
73 /// This enum is used to hold the constants we needed for APInt
97 APInt(uint64_t *val, unsigned bits) : BitWidth(bits), pVal(val) {} function
241 APInt(unsigned numBits, uint64_t val, bool isSigned = false) function
285 APInt(const APInt &that) : BitWidth(that.BitWidth) { function
293 APInt(APInt &&that) : BitWidth(that.BitWidth), VAL(that.VAL) { function
308 explicit APInt() : BitWidth(1), VAL(0) {} function
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DAPInt.h1 //===-- llvm/ADT/APInt.h - For Arbitrary Precision Integer -----*- C++ -*--===//
35 class APInt;
37 inline APInt operator-(APInt);
40 // APInt Class
45 /// APInt is a functional replacement for common case unsigned integer type like
48 /// than 64-bits of precision. APInt provides a variety of arithmetic operators
57 /// * All binary operators must be on APInt instances of the same bit width.
69 class LLVM_NODISCARD APInt { class in namespace:llvm
73 /// This enum is used to hold the constants we needed for APInt
97 APInt(uint64_t *val, unsigned bits) : BitWidth(bits), pVal(val) {} function
241 APInt(unsigned numBits, uint64_t val, bool isSigned = false) function
285 APInt(const APInt &that) : BitWidth(that.BitWidth) { function
293 APInt(APInt &&that) : BitWidth(that.BitWidth), VAL(that.VAL) { function
308 explicit APInt() : BitWidth(1), VAL(0) {} function
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
H A DAPInt.h1 //===-- llvm/ADT/APInt.h - For Arbitrary Precision Integer -----*- C++ -*--===//
35 class APInt;
37 inline APInt operator-(APInt);
40 // APInt Class
45 /// APInt is a functional replacement for common case unsigned integer type like
48 /// than 64-bits of precision. APInt provides a variety of arithmetic operators
57 /// * All binary operators must be on APInt instances of the same bit width.
69 class LLVM_NODISCARD APInt { class in namespace:llvm
73 /// This enum is used to hold the constants we needed for APInt
101 APInt(uint64_t *val, unsigned bits) : BitWidth(bits) { function
265 APInt(unsigned numBits, uint64_t val, bool isSigned = false) function
309 APInt(const APInt &that) : BitWidth(that.BitWidth) { function
317 APInt(APInt &&that) : BitWidth(that.BitWidth) { function
333 explicit APInt() : BitWidth(1) { U.VAL = 0; } function
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
H A DAPInt.h1 //===-- llvm/ADT/APInt.h - For Arbitrary Precision Integer -----*- C++ -*--===//
35 class APInt;
37 inline APInt operator-(APInt);
40 // APInt Class
45 /// APInt is a functional replacement for common case unsigned integer type like
48 /// than 64-bits of precision. APInt provides a variety of arithmetic operators
57 /// * All binary operators must be on APInt instances of the same bit width.
69 class LLVM_NODISCARD APInt { class in namespace:llvm
73 /// This enum is used to hold the constants we needed for APInt
101 APInt(uint64_t *val, unsigned bits) : BitWidth(bits) { function
265 APInt(unsigned numBits, uint64_t val, bool isSigned = false) function
309 APInt(const APInt &that) : BitWidth(that.BitWidth) { function
317 APInt(APInt &&that) : BitWidth(that.BitWidth) { function
333 explicit APInt() : BitWidth(1) { U.VAL = 0; } function
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
H A DAPInt.h1 //===-- llvm/ADT/APInt.h - For Arbitrary Precision Integer -----*- C++ -*--===//
35 class APInt;
37 inline APInt operator-(APInt);
40 // APInt Class
45 /// APInt is a functional replacement for common case unsigned integer type like
48 /// than 64-bits of precision. APInt provides a variety of arithmetic operators
57 /// * All binary operators must be on APInt instances of the same bit width.
69 class LLVM_NODISCARD APInt { class in namespace:llvm
73 /// This enum is used to hold the constants we needed for APInt
101 APInt(uint64_t *val, unsigned bits) : BitWidth(bits) { function
271 APInt(unsigned numBits, uint64_t val, bool isSigned = false) function
315 APInt(const APInt &that) : BitWidth(that.BitWidth) { function
323 APInt(APInt &&that) : BitWidth(that.BitWidth) { function
339 explicit APInt() : BitWidth(1) { U.VAL = 0; } function
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
H A DAPInt.h1 //===-- llvm/ADT/APInt.h - For Arbitrary Precision Integer -----*- C++ -*--===//
35 class APInt;
37 inline APInt operator-(APInt);
40 // APInt Class
45 /// APInt is a functional replacement for common case unsigned integer type like
48 /// than 64-bits of precision. APInt provides a variety of arithmetic operators
57 /// * All binary operators must be on APInt instances of the same bit width.
69 class LLVM_NODISCARD APInt { class in namespace:llvm
73 /// This enum is used to hold the constants we needed for APInt
101 APInt(uint64_t *val, unsigned bits) : BitWidth(bits) { function
271 APInt(unsigned numBits, uint64_t val, bool isSigned = false) function
315 APInt(const APInt &that) : BitWidth(that.BitWidth) { function
323 APInt(APInt &&that) : BitWidth(that.BitWidth) { function
339 explicit APInt() : BitWidth(1) { U.VAL = 0; } function
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
H A DAPInt.h1 //===-- llvm/ADT/APInt.h - For Arbitrary Precision Integer -----*- C++ -*--===//
35 class APInt;
37 inline APInt operator-(APInt);
40 // APInt Class
45 /// APInt is a functional replacement for common case unsigned integer type like
48 /// than 64-bits of precision. APInt provides a variety of arithmetic operators
57 /// * All binary operators must be on APInt instances of the same bit width.
69 class LLVM_NODISCARD APInt { class in namespace:llvm
73 /// This enum is used to hold the constants we needed for APInt
101 APInt(uint64_t *val, unsigned bits) : BitWidth(bits) { function
271 APInt(unsigned numBits, uint64_t val, bool isSigned = false) function
315 APInt(const APInt &that) : BitWidth(that.BitWidth) { function
323 APInt(APInt &&that) : BitWidth(that.BitWidth) { function
339 explicit APInt() : BitWidth(1) { U.VAL = 0; } function
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
H A DAPInt.h1 //===-- llvm/ADT/APInt.h - For Arbitrary Precision Integer -----*- C++ -*--===//
35 class APInt;
37 inline APInt operator-(APInt);
40 // APInt Class
45 /// APInt is a functional replacement for common case unsigned integer type like
48 /// than 64-bits of precision. APInt provides a variety of arithmetic operators
57 /// * All binary operators must be on APInt instances of the same bit width.
69 class LLVM_NODISCARD APInt { class in namespace:llvm
73 /// This enum is used to hold the constants we needed for APInt
101 APInt(uint64_t *val, unsigned bits) : BitWidth(bits) { function
271 APInt(unsigned numBits, uint64_t val, bool isSigned = false) function
315 APInt(const APInt &that) : BitWidth(that.BitWidth) { function
323 APInt(APInt &&that) : BitWidth(that.BitWidth) { function
339 explicit APInt() : BitWidth(1) { U.VAL = 0; } function
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
H A DAPInt.h1 //===-- llvm/ADT/APInt.h - For Arbitrary Precision Integer -----*- C++ -*--===//
35 class APInt;
37 inline APInt operator-(APInt);
40 // APInt Class
45 /// APInt is a functional replacement for common case unsigned integer type like
48 /// than 64-bits of precision. APInt provides a variety of arithmetic operators
57 /// * All binary operators must be on APInt instances of the same bit width.
69 class LLVM_NODISCARD APInt { class in namespace:llvm
73 /// This enum is used to hold the constants we needed for APInt
101 APInt(uint64_t *val, unsigned bits) : BitWidth(bits) { function
265 APInt(unsigned numBits, uint64_t val, bool isSigned = false) function
309 APInt(const APInt &that) : BitWidth(that.BitWidth) { function
317 APInt(APInt &&that) : BitWidth(that.BitWidth) { function
333 explicit APInt() : BitWidth(1) { U.VAL = 0; } function
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
H A DAPInt.h1 //===-- llvm/ADT/APInt.h - For Arbitrary Precision Integer -----*- C++ -*--===//
35 class APInt;
37 inline APInt operator-(APInt);
40 // APInt Class
45 /// APInt is a functional replacement for common case unsigned integer type like
48 /// than 64-bits of precision. APInt provides a variety of arithmetic operators
57 /// * All binary operators must be on APInt instances of the same bit width.
69 class LLVM_NODISCARD APInt { class in namespace:llvm
73 /// This enum is used to hold the constants we needed for APInt
101 APInt(uint64_t *val, unsigned bits) : BitWidth(bits) { function
265 APInt(unsigned numBits, uint64_t val, bool isSigned = false) function
309 APInt(const APInt &that) : BitWidth(that.BitWidth) { function
317 APInt(APInt &&that) : BitWidth(that.BitWidth) { function
333 explicit APInt() : BitWidth(1) { U.VAL = 0; } function
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
H A DAPInt.h1 //===-- llvm/ADT/APInt.h - For Arbitrary Precision Integer -----*- C++ -*--===//
35 class APInt;
37 inline APInt operator-(APInt);
40 // APInt Class
45 /// APInt is a functional replacement for common case unsigned integer type like
48 /// than 64-bits of precision. APInt provides a variety of arithmetic operators
57 /// * All binary operators must be on APInt instances of the same bit width.
69 class LLVM_NODISCARD APInt { class in namespace:llvm
73 /// This enum is used to hold the constants we needed for APInt
101 APInt(uint64_t *val, unsigned bits) : BitWidth(bits) { function
271 APInt(unsigned numBits, uint64_t val, bool isSigned = false) function
315 APInt(const APInt &that) : BitWidth(that.BitWidth) { function
323 APInt(APInt &&that) : BitWidth(that.BitWidth) { function
339 explicit APInt() : BitWidth(1) { U.VAL = 0; } function
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
H A DAPInt.h1 //===-- llvm/ADT/APInt.h - For Arbitrary Precision Integer -----*- C++ -*--===//
35 class APInt;
37 inline APInt operator-(APInt);
40 // APInt Class
45 /// APInt is a functional replacement for common case unsigned integer type like
48 /// than 64-bits of precision. APInt provides a variety of arithmetic operators
57 /// * All binary operators must be on APInt instances of the same bit width.
69 class LLVM_NODISCARD APInt { class in namespace:llvm
73 /// This enum is used to hold the constants we needed for APInt
101 APInt(uint64_t *val, unsigned bits) : BitWidth(bits) { function
271 APInt(unsigned numBits, uint64_t val, bool isSigned = false) function
315 APInt(const APInt &that) : BitWidth(that.BitWidth) { function
323 APInt(APInt &&that) : BitWidth(that.BitWidth) { function
339 explicit APInt() : BitWidth(1) { U.VAL = 0; } function
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
H A DAPInt.h1 //===-- llvm/ADT/APInt.h - For Arbitrary Precision Integer -----*- C++ -*--===//
35 class APInt;
37 inline APInt operator-(APInt);
40 // APInt Class
45 /// APInt is a functional replacement for common case unsigned integer type like
48 /// than 64-bits of precision. APInt provides a variety of arithmetic operators
57 /// * All binary operators must be on APInt instances of the same bit width.
69 class LLVM_NODISCARD APInt { class in namespace:llvm
73 /// This enum is used to hold the constants we needed for APInt
101 APInt(uint64_t *val, unsigned bits) : BitWidth(bits) { function
271 APInt(unsigned numBits, uint64_t val, bool isSigned = false) function
315 APInt(const APInt &that) : BitWidth(that.BitWidth) { function
323 APInt(APInt &&that) : BitWidth(that.BitWidth) { function
339 explicit APInt() : BitWidth(1) { U.VAL = 0; } function
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
H A DAPInt.h1 //===-- llvm/ADT/APInt.h - For Arbitrary Precision Integer -----*- C++ -*--===//
35 class APInt;
37 inline APInt operator-(APInt);
40 // APInt Class
45 /// APInt is a functional replacement for common case unsigned integer type like
48 /// than 64-bits of precision. APInt provides a variety of arithmetic operators
57 /// * All binary operators must be on APInt instances of the same bit width.
69 class LLVM_NODISCARD APInt { class in namespace:llvm
73 /// This enum is used to hold the constants we needed for APInt
101 APInt(uint64_t *val, unsigned bits) : BitWidth(bits) { function
271 APInt(unsigned numBits, uint64_t val, bool isSigned = false) function
315 APInt(const APInt &that) : BitWidth(that.BitWidth) { function
323 APInt(APInt &&that) : BitWidth(that.BitWidth) { function
339 explicit APInt() : BitWidth(1) { U.VAL = 0; } function
[all...]

Completed in 226 milliseconds