Searched defs:APInt (Results 1 – 15 of 15) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 37 class APInt; variable
|
H A D | ValueTracking.h | 24 class APInt; variable
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | unused.cpp | 5 class APInt { class
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | MDBuilder.h | 24 class APInt; variable
|
H A D | Constant.h | 20 class APInt; variable
|
H A D | Instructions.h | 31 class APInt; variable
|
H A D | DerivedTypes.h | 28 class APInt; variable
|
H A D | Value.h | 26 class APInt; variable
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ExecutionEngine/ |
H A D | GenericValue.h | 24 class APInt; variable
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 34 : APInt(std::move(I)), IsUnsigned(isUnsigned) {} in APInt() function
|
H A D | APInt.h | 100 APInt(uint64_t *val, unsigned bits) : BitWidth(bits), pVal(val) {} in APInt() function 281 APInt(const APInt &that) : BitWidth(that.BitWidth), VAL(0) { in APInt() function 289 APInt(APInt &&that) : BitWidth(that.BitWidth), VAL(that.VAL) { in APInt() function 303 explicit APInt() : BitWidth(1) {} in APInt() function
|
H A D | StringRef.h | 23 class APInt; variable
|
H A D | FoldingSet.h | 26 class APInt; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A 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
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 37 class APInt; variable
|