/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Constant.h | 23 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Constant.h | 23 class APInt; variable
|
D | MDBuilder.h | 26 class APInt; variable
|
D | Verifier.h | 30 class APInt; variable
|
/external/llvm/include/llvm/IR/ |
D | Constant.h | 20 class APInt; variable
|
D | MDBuilder.h | 24 class APInt; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ConstantFolding.h | 24 class APInt; variable
|
D | BasicAliasAnalysis.h | 35 class APInt; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 58 class APInt; variable
|
/external/clang/test/SemaCXX/ |
D | unused.cpp | 7 class APInt { class
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/ |
D | Reassociate.h | 36 class APInt; variable
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | GenericValue.h | 25 class APInt; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 33 class APInt; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 35 class APInt; variable 107 APInt(uint64_t *val, unsigned bits) : BitWidth(bits) { in APInt() function 321 APInt(const APInt &that) : BitWidth(that.BitWidth) { in APInt() function 329 APInt(APInt &&that) : BitWidth(that.BitWidth) { in APInt() function 345 explicit APInt() : BitWidth(1) { U.VAL = 0; } in APInt() function
|
D | APSInt.h | 35 : APInt(std::move(I)), IsUnsigned(isUnsigned) {} in APInt() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 32 class APInt; variable
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelector.h | 33 class APInt; variable 423 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | FunctionComparator.h | 32 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
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.h | 29 class APInt; variable
|