Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DAPInt.h37 class APInt; variable
151 explicit APInt() { U.VAL = 0; } in APInt() function
154 APInt(const APInt &that) : BitWidth(that.BitWidth) { in APInt() function
162 APInt(APInt &&that) : BitWidth(that.BitWidth) { in APInt() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DAPInt.h37 class APInt; variable
151 explicit APInt() { U.VAL = 0; } in APInt() function
154 APInt(const APInt &that) : BitWidth(that.BitWidth) { in APInt() function
162 APInt(APInt &&that) : BitWidth(that.BitWidth) { in APInt() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DAPInt.h37 class APInt; variable
151 explicit APInt() { U.VAL = 0; } in APInt() function
154 APInt(const APInt &that) : BitWidth(that.BitWidth) { in APInt() function
162 APInt(APInt &&that) : BitWidth(that.BitWidth) { in APInt() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DAPInt.h37 class APInt; variable
151 explicit APInt() { U.VAL = 0; } in APInt() function
154 APInt(const APInt &that) : BitWidth(that.BitWidth) { in APInt() function
162 APInt(APInt &&that) : BitWidth(that.BitWidth) { in APInt() function
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h32 class APInt; variable
477 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h38 class APInt; variable
542 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/
DGIMatchTableExecutor.h39 class APInt; variable
654 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/
DGIMatchTableExecutor.h39 class APInt; variable
659 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/
DGIMatchTableExecutor.h39 class APInt; variable
659 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/
DGIMatchTableExecutor.h39 class APInt; variable
673 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.h24 class APInt; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstant.h22 class APInt; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DConstant.h23 class APInt; variable
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DConstantFolding.h24 class APInt; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DConstantFolding.h25 class APInt; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DConstantFolding.h25 class APInt; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DConstantFolding.h25 class APInt; variable
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DConstant.h20 class APInt; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DConstantFolding.h25 class APInt; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DConstantFolding.h23 class APInt; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DConstantFolding.h30 class APInt; variable

12345678