Searched defs:APInt (Results 1 – 25 of 34) sorted by relevance
12
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ValueTracking.h | 26 class APInt; variable
|
D | ScalarEvolution.h | 37 class APInt; variable
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Constant.h | 23 class APInt; variable
|
D | DerivedTypes.h | 32 class APInt; variable
|
/external/llvm/include/llvm/Analysis/ |
D | ConstantFolding.h | 24 class APInt; variable
|
D | ScalarEvolution.h | 39 class APInt; variable
|
D | ValueTracking.h | 26 class APInt; variable
|
/external/llvm/include/llvm/IR/ |
D | Constant.h | 20 class APInt; variable
|
D | MDBuilder.h | 24 class APInt; variable
|
D | Instructions.h | 34 class APInt; variable
|
D | DerivedTypes.h | 28 class APInt; variable
|
/external/clang/test/SemaCXX/ |
D | unused.cpp | 7 class APInt { class
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constant.h | 20 class APInt; variable
|
D | Instructions.h | 32 class APInt; variable
|
D | DerivedTypes.h | 27 class APInt; variable
|
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/ |
D | GenericValue.h | 24 class APInt; variable
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | GenericValue.h | 25 class APInt; variable
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APSInt.h | 34 : APInt(I), IsUnsigned(isUnsigned) {} in APInt() function
|
D | ArrayRef.h | 17 class APInt; variable
|
D | StringRef.h | 21 class APInt; variable
|
D | APInt.h | 95 APInt(uint64_t* val, unsigned bits) : BitWidth(bits), pVal(val) { } in APInt() function 266 APInt(const APInt& that) in APInt() function 283 explicit APInt() : BitWidth(1) {} in APInt() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 43 class APInt; variable 102 APInt(uint64_t *val, unsigned bits) : BitWidth(bits), pVal(val) {} in APInt() function 283 APInt(const APInt &that) : BitWidth(that.BitWidth), VAL(0) { in APInt() function 291 APInt(APInt &&that) : BitWidth(that.BitWidth), VAL(that.VAL) { in APInt() function 306 explicit APInt() : BitWidth(1), VAL(0) {} in APInt() function
|
/external/llvm/include/llvm/ADT/ |
D | APSInt.h | 35 : APInt(std::move(I)), IsUnsigned(isUnsigned) {} in APInt() function
|
D | APInt.h | 98 APInt(uint64_t *val, unsigned bits) : BitWidth(bits), pVal(val) {} in APInt() function 279 APInt(const APInt &that) : BitWidth(that.BitWidth), VAL(0) { in APInt() function 287 APInt(APInt &&that) : BitWidth(that.BitWidth), VAL(that.VAL) { in APInt() function 302 explicit APInt() : BitWidth(1), VAL(0) {} in APInt() function
|
D | StringRef.h | 25 class APInt; variable
|
12