Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DConstant.h20 class APInt; variable
DMDBuilder.h24 class APInt; variable
DInstructions.h33 class APInt; variable
DDerivedTypes.h28 class APInt; variable
DValue.h25 class APInt; variable
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h38 class APInt; variable
DValueTracking.h24 class APInt; variable
/external/clang/test/SemaCXX/
Dunused.cpp5 class APInt { class
/external/llvm/include/llvm/ExecutionEngine/
DGenericValue.h24 class APInt; variable
/external/llvm/include/llvm/ADT/
DAPSInt.h35 : APInt(std::move(I)), IsUnsigned(isUnsigned) {} in APInt() function
DAPInt.h98 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
DStringRef.h24 class APInt; variable
/external/llvm/lib/Support/
DAPInt.cpp107 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/
DASTWriter.h38 class APInt; variable