Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/MCTargetDesc/
DX86ShuffleDecode.h24 class APInt; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DConstant.h23 class APInt; variable
/external/llvm/include/llvm/Analysis/
DConstantFolding.h24 class APInt; variable
DScalarEvolution.h39 class APInt; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstant.h22 class APInt; variable
DMDBuilder.h26 class APInt; variable
DVerifier.h29 class APInt; variable
/external/llvm/include/llvm/IR/
DConstant.h20 class APInt; variable
DMDBuilder.h24 class APInt; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DConstantFolding.h25 class APInt; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DConstantFolding.h23 class APInt; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVMatInt.h17 class APInt; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DConstant.h22 class APInt; variable
DMDBuilder.h26 class APInt; variable
DVerifier.h29 class APInt; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h58 class APInt; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h60 class APInt; variable
/external/clang/test/SemaCXX/
Dunused.cpp7 class APInt { class
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerHelper.h29 class APInt; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h35 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
/external/llvm/include/llvm/ExecutionEngine/
DGenericValue.h25 class APInt; variable
/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
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DAPInt.h36 class APInt; variable
150 explicit APInt() { U.VAL = 0; } in APInt() function
153 APInt(const APInt &that) : BitWidth(that.BitWidth) { in APInt() function
161 APInt(APInt &&that) : BitWidth(that.BitWidth) { in APInt() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DReassociate.h35 class APInt; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Scalar/
DReassociate.h34 class APInt; variable

1234