Home
last modified time | relevance | path

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

1234

/external/llvm-project/clang/lib/AST/Interp/
DIntegral.h27 using APInt = llvm::APInt; variable
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86ShuffleDecode.h24 class APInt; variable
/external/llvm-project/llvm/lib/Target/RISCV/Utils/
DRISCVMatInt.h16 class APInt; variable
/external/llvm/include/llvm/Analysis/
DConstantFolding.h24 class APInt; variable
DScalarEvolution.h39 class APInt; variable
/external/llvm-project/llvm/include/llvm/IR/
DConstant.h22 class APInt; variable
DMDBuilder.h26 class APInt; variable
DVerifier.h29 class APInt; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DConstant.h23 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DConstantFolding.h23 class APInt; variable
/external/llvm-project/llvm/include/llvm/Analysis/
DConstantFolding.h23 class APInt; variable
/external/llvm/include/llvm/IR/
DConstant.h20 class APInt; variable
DMDBuilder.h24 class APInt; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h58 class APInt; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h58 class APInt; variable
/external/clang/test/SemaCXX/
Dunused.cpp7 class APInt { class
/external/llvm-project/llvm/include/llvm/ADT/
DAPInt.h36 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/llvm-project/mlir/include/mlir/Support/
DLLVM.h71 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-10.0/llvm/include/llvm/Transforms/Scalar/
DReassociate.h35 class APInt; variable

1234