Searched defs:APInt (Results 1 – 14 of 14) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Constant.h | 20 class APInt; variable
|
D | MDBuilder.h | 24 class APInt; variable
|
D | Instructions.h | 33 class APInt; variable
|
D | DerivedTypes.h | 28 class APInt; variable
|
D | Value.h | 25 class APInt; variable
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 38 class APInt; variable
|
D | ValueTracking.h | 24 class APInt; variable
|
/external/clang/test/SemaCXX/ |
D | unused.cpp | 5 class APInt { class
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | GenericValue.h | 24 class APInt; variable
|
/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 | 24 class APInt; variable
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 107 APInt::APInt(unsigned numBits, ArrayRef<uint64_t> bigVal) in APInt() function in APInt 112 APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]) in APInt() function in APInt 117 APInt::APInt(unsigned numbits, StringRef Str, uint8_t radix) in APInt() function in APInt
|
/external/clang/include/clang/Serialization/ |
D | ASTWriter.h | 38 class APInt; variable
|