Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DValueTracking.h26 class APInt; variable
DScalarEvolution.h37 class APInt; variable
/external/llvm/include/llvm/Analysis/
DConstantFolding.h24 class APInt; variable
DScalarEvolution.h39 class APInt; variable
DValueTracking.h26 class APInt; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DConstant.h23 class APInt; variable
DDerivedTypes.h32 class APInt; variable
/external/llvm/include/llvm/IR/
DConstant.h20 class APInt; variable
DMDBuilder.h24 class APInt; variable
DInstructions.h34 class APInt; variable
/external/clang/test/SemaCXX/
Dunused.cpp7 class APInt { class
/external/swiftshader/third_party/LLVM/include/llvm/
DConstant.h20 class APInt; variable
DInstructions.h32 class APInt; variable
DDerivedTypes.h27 class APInt; variable
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DGenericValue.h24 class APInt; variable
/external/llvm/include/llvm/ExecutionEngine/
DGenericValue.h25 class APInt; variable
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPSInt.h34 : APInt(I), IsUnsigned(isUnsigned) {} in APInt() function
DArrayRef.h17 class APInt; variable
DStringRef.h21 class APInt; variable
DAPInt.h95 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/
DAPInt.h43 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
DStringRef.h26 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.h25 class APInt; variable

12