Home
last modified time | relevance | path

Searched refs:BitWidth (Results 26 – 50 of 3495) sorted by relevance

12345678910>>...140

/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp93 if (SrcBitWidth == BitWidth) in sextInReg()
169 KnownBits Known(BitWidth); in shl()
223 KnownBits Known(BitWidth); in lshr()
276 KnownBits Known(BitWidth); in ashr()
423 BitWidth) - in mul()
424 BitWidth; in mul()
488 KnownBits Res(BitWidth); in mul()
501 return mul(WideLHS, WideRHS).extractBits(BitWidth, BitWidth); in mulhs()
510 return mul(WideLHS, WideRHS).extractBits(BitWidth, BitWidth); in mulhu()
516 KnownBits Known(BitWidth); in udiv()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DKnownBits.cpp93 if (SrcBitWidth == BitWidth) in sextInReg()
169 KnownBits Known(BitWidth); in shl()
223 KnownBits Known(BitWidth); in lshr()
276 KnownBits Known(BitWidth); in ashr()
423 BitWidth) - in mul()
424 BitWidth; in mul()
488 KnownBits Res(BitWidth); in mul()
501 return mul(WideLHS, WideRHS).extractBits(BitWidth, BitWidth); in mulhs()
510 return mul(WideLHS, WideRHS).extractBits(BitWidth, BitWidth); in mulhu()
516 KnownBits Known(BitWidth); in udiv()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DKnownBits.cpp93 if (SrcBitWidth == BitWidth) in sextInReg()
169 KnownBits Known(BitWidth); in shl()
223 KnownBits Known(BitWidth); in lshr()
276 KnownBits Known(BitWidth); in ashr()
423 BitWidth) - in mul()
424 BitWidth; in mul()
488 KnownBits Res(BitWidth); in mul()
501 return mul(WideLHS, WideRHS).extractBits(BitWidth, BitWidth); in mulhs()
510 return mul(WideLHS, WideRHS).extractBits(BitWidth, BitWidth); in mulhu()
516 KnownBits Known(BitWidth); in udiv()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Analysis/
H A DDemandedBits.cpp90 unsigned BitWidth = AB.getBitWidth(); in determineLiveOperandBits() local
105 Known = KnownBits(BitWidth); in determineLiveOperandBits()
109 Known2 = KnownBits(BitWidth); in determineLiveOperandBits()
157 if (isPowerOf2_32(BitWidth)) in determineLiveOperandBits()
158 AB = BitWidth - 1; in determineLiveOperandBits()
164 ShiftAmt = BitWidth - ShiftAmt; in determineLiveOperandBits()
265 AB = AOut.zext(BitWidth); in determineLiveOperandBits()
268 AB = AOut.trunc(BitWidth); in determineLiveOperandBits()
271 AB = AOut.trunc(BitWidth); in determineLiveOperandBits()
388 AB = APInt(BitWidth, 0); in performAnalysis()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h20 uint32_t BitWidth; variable
25 : BitWidth(Width), IsUnsigned(Unsigned) {} in APSIntType()
30 uint32_t getBitWidth() const { return BitWidth; } in getBitWidth()
40 Value = Value.extOrTrunc(BitWidth); in apply()
56 return llvm::APSInt(BitWidth, IsUnsigned); in getZeroValue()
61 return llvm::APSInt::getMinValue(BitWidth, IsUnsigned); in getMinValue()
66 return llvm::APSInt::getMaxValue(BitWidth, IsUnsigned); in getMaxValue()
70 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue); in getValue()
92 return BitWidth == Other.BitWidth && IsUnsigned == Other.IsUnsigned;
100 return std::tie(BitWidth, IsUnsigned) <
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h20 uint32_t BitWidth; variable
25 : BitWidth(Width), IsUnsigned(Unsigned) {} in APSIntType()
30 uint32_t getBitWidth() const { return BitWidth; } in getBitWidth()
40 Value = Value.extOrTrunc(BitWidth); in apply()
56 return llvm::APSInt(BitWidth, IsUnsigned); in getZeroValue()
61 return llvm::APSInt::getMinValue(BitWidth, IsUnsigned); in getMinValue()
66 return llvm::APSInt::getMaxValue(BitWidth, IsUnsigned); in getMaxValue()
70 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue); in getValue()
92 return BitWidth == Other.BitWidth && IsUnsigned == Other.IsUnsigned;
100 return std::tie(BitWidth, IsUnsigned) <
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h20 uint32_t BitWidth; variable
25 : BitWidth(Width), IsUnsigned(Unsigned) {} in APSIntType()
30 uint32_t getBitWidth() const { return BitWidth; } in getBitWidth()
40 Value = Value.extOrTrunc(BitWidth); in apply()
56 return llvm::APSInt(BitWidth, IsUnsigned); in getZeroValue()
61 return llvm::APSInt::getMinValue(BitWidth, IsUnsigned); in getMinValue()
66 return llvm::APSInt::getMaxValue(BitWidth, IsUnsigned); in getMaxValue()
70 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue); in getValue()
92 return BitWidth == Other.BitWidth && IsUnsigned == Other.IsUnsigned;
100 return std::tie(BitWidth, IsUnsigned) <
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h20 uint32_t BitWidth; variable
25 : BitWidth(Width), IsUnsigned(Unsigned) {} in APSIntType()
30 uint32_t getBitWidth() const { return BitWidth; } in getBitWidth()
40 Value = Value.extOrTrunc(BitWidth); in apply()
56 return llvm::APSInt(BitWidth, IsUnsigned); in getZeroValue()
61 return llvm::APSInt::getMinValue(BitWidth, IsUnsigned); in getMinValue()
66 return llvm::APSInt::getMaxValue(BitWidth, IsUnsigned); in getMaxValue()
70 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue); in getValue()
92 return BitWidth == Other.BitWidth && IsUnsigned == Other.IsUnsigned;
100 return std::tie(BitWidth, IsUnsigned) <
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h20 uint32_t BitWidth; variable
25 : BitWidth(Width), IsUnsigned(Unsigned) {} in APSIntType()
30 uint32_t getBitWidth() const { return BitWidth; } in getBitWidth()
40 Value = Value.extOrTrunc(BitWidth); in apply()
56 return llvm::APSInt(BitWidth, IsUnsigned); in getZeroValue()
61 return llvm::APSInt::getMinValue(BitWidth, IsUnsigned); in getMinValue()
66 return llvm::APSInt::getMaxValue(BitWidth, IsUnsigned); in getMaxValue()
70 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue); in getValue()
92 return BitWidth == Other.BitWidth && IsUnsigned == Other.IsUnsigned;
100 return std::tie(BitWidth, IsUnsigned) <
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h20 uint32_t BitWidth; variable
25 : BitWidth(Width), IsUnsigned(Unsigned) {} in APSIntType()
30 uint32_t getBitWidth() const { return BitWidth; } in getBitWidth()
40 Value = Value.extOrTrunc(BitWidth); in apply()
56 return llvm::APSInt(BitWidth, IsUnsigned); in getZeroValue()
61 return llvm::APSInt::getMinValue(BitWidth, IsUnsigned); in getMinValue()
66 return llvm::APSInt::getMaxValue(BitWidth, IsUnsigned); in getMaxValue()
70 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue); in getValue()
92 return BitWidth == Other.BitWidth && IsUnsigned == Other.IsUnsigned;
100 return std::tie(BitWidth, IsUnsigned) <
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h20 uint32_t BitWidth; variable
25 : BitWidth(Width), IsUnsigned(Unsigned) {} in APSIntType()
30 uint32_t getBitWidth() const { return BitWidth; } in getBitWidth()
40 Value = Value.extOrTrunc(BitWidth); in apply()
56 return llvm::APSInt(BitWidth, IsUnsigned); in getZeroValue()
61 return llvm::APSInt::getMinValue(BitWidth, IsUnsigned); in getMinValue()
66 return llvm::APSInt::getMaxValue(BitWidth, IsUnsigned); in getMaxValue()
70 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue); in getValue()
92 return BitWidth == Other.BitWidth && IsUnsigned == Other.IsUnsigned;
100 return std::tie(BitWidth, IsUnsigned) <
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h20 uint32_t BitWidth; variable
25 : BitWidth(Width), IsUnsigned(Unsigned) {} in APSIntType()
30 uint32_t getBitWidth() const { return BitWidth; } in getBitWidth()
40 Value = Value.extOrTrunc(BitWidth); in apply()
56 return llvm::APSInt(BitWidth, IsUnsigned); in getZeroValue()
61 return llvm::APSInt::getMinValue(BitWidth, IsUnsigned); in getMinValue()
66 return llvm::APSInt::getMaxValue(BitWidth, IsUnsigned); in getMaxValue()
70 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue); in getValue()
92 return BitWidth == Other.BitWidth && IsUnsigned == Other.IsUnsigned;
100 return std::tie(BitWidth, IsUnsigned) <
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h20 uint32_t BitWidth; variable
25 : BitWidth(Width), IsUnsigned(Unsigned) {} in APSIntType()
30 uint32_t getBitWidth() const { return BitWidth; } in getBitWidth()
40 Value = Value.extOrTrunc(BitWidth); in apply()
56 return llvm::APSInt(BitWidth, IsUnsigned); in getZeroValue()
61 return llvm::APSInt::getMinValue(BitWidth, IsUnsigned); in getMinValue()
66 return llvm::APSInt::getMaxValue(BitWidth, IsUnsigned); in getMaxValue()
70 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue); in getValue()
92 return BitWidth == Other.BitWidth && IsUnsigned == Other.IsUnsigned;
100 return std::tie(BitWidth, IsUnsigned) <
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h20 uint32_t BitWidth; variable
25 : BitWidth(Width), IsUnsigned(Unsigned) {} in APSIntType()
30 uint32_t getBitWidth() const { return BitWidth; } in getBitWidth()
40 Value = Value.extOrTrunc(BitWidth); in apply()
56 return llvm::APSInt(BitWidth, IsUnsigned); in getZeroValue()
61 return llvm::APSInt::getMinValue(BitWidth, IsUnsigned); in getMinValue()
66 return llvm::APSInt::getMaxValue(BitWidth, IsUnsigned); in getMaxValue()
70 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue); in getValue()
92 return BitWidth == Other.BitWidth && IsUnsigned == Other.IsUnsigned;
100 return std::tie(BitWidth, IsUnsigned) <
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h20 uint32_t BitWidth; variable
25 : BitWidth(Width), IsUnsigned(Unsigned) {} in APSIntType()
30 uint32_t getBitWidth() const { return BitWidth; } in getBitWidth()
40 Value = Value.extOrTrunc(BitWidth); in apply()
56 return llvm::APSInt(BitWidth, IsUnsigned); in getZeroValue()
61 return llvm::APSInt::getMinValue(BitWidth, IsUnsigned); in getMinValue()
66 return llvm::APSInt::getMaxValue(BitWidth, IsUnsigned); in getMaxValue()
70 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue); in getValue()
92 return BitWidth == Other.BitWidth && IsUnsigned == Other.IsUnsigned;
100 return std::tie(BitWidth, IsUnsigned) <
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h20 uint32_t BitWidth; variable
25 : BitWidth(Width), IsUnsigned(Unsigned) {} in APSIntType()
30 uint32_t getBitWidth() const { return BitWidth; } in getBitWidth()
40 Value = Value.extOrTrunc(BitWidth); in apply()
56 return llvm::APSInt(BitWidth, IsUnsigned); in getZeroValue()
61 return llvm::APSInt::getMinValue(BitWidth, IsUnsigned); in getMinValue()
66 return llvm::APSInt::getMaxValue(BitWidth, IsUnsigned); in getMaxValue()
70 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue); in getValue()
92 return BitWidth == Other.BitWidth && IsUnsigned == Other.IsUnsigned;
100 return std::tie(BitWidth, IsUnsigned) <
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h20 uint32_t BitWidth; variable
25 : BitWidth(Width), IsUnsigned(Unsigned) {} in APSIntType()
30 uint32_t getBitWidth() const { return BitWidth; } in getBitWidth()
40 Value = Value.extOrTrunc(BitWidth); in apply()
56 return llvm::APSInt(BitWidth, IsUnsigned); in getZeroValue()
61 return llvm::APSInt::getMinValue(BitWidth, IsUnsigned); in getMinValue()
66 return llvm::APSInt::getMaxValue(BitWidth, IsUnsigned); in getMaxValue()
70 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue); in getValue()
92 return BitWidth == Other.BitWidth && IsUnsigned == Other.IsUnsigned;
100 return std::tie(BitWidth, IsUnsigned) <
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h21 uint32_t BitWidth; variable
26 : BitWidth(Width), IsUnsigned(Unsigned) {} in APSIntType()
31 uint32_t getBitWidth() const { return BitWidth; } in getBitWidth()
41 Value = Value.extOrTrunc(BitWidth); in apply()
57 return llvm::APSInt(BitWidth, IsUnsigned); in getZeroValue()
62 return llvm::APSInt::getMinValue(BitWidth, IsUnsigned); in getMinValue()
67 return llvm::APSInt::getMaxValue(BitWidth, IsUnsigned); in getMaxValue()
71 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue); in getValue()
93 return BitWidth == Other.BitWidth && IsUnsigned == Other.IsUnsigned;
101 return std::tie(BitWidth, IsUnsigned) <
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h21 uint32_t BitWidth; variable
26 : BitWidth(Width), IsUnsigned(Unsigned) {} in APSIntType()
31 uint32_t getBitWidth() const { return BitWidth; } in getBitWidth()
41 Value = Value.extOrTrunc(BitWidth); in apply()
57 return llvm::APSInt(BitWidth, IsUnsigned); in getZeroValue()
62 return llvm::APSInt::getMinValue(BitWidth, IsUnsigned); in getMinValue()
67 return llvm::APSInt::getMaxValue(BitWidth, IsUnsigned); in getMaxValue()
71 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue); in getValue()
93 return BitWidth == Other.BitWidth && IsUnsigned == Other.IsUnsigned;
101 return std::tie(BitWidth, IsUnsigned) <
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h20 uint32_t BitWidth; variable
25 : BitWidth(Width), IsUnsigned(Unsigned) {} in APSIntType()
30 uint32_t getBitWidth() const { return BitWidth; } in getBitWidth()
40 Value = Value.extOrTrunc(BitWidth); in apply()
56 return llvm::APSInt(BitWidth, IsUnsigned); in getZeroValue()
61 return llvm::APSInt::getMinValue(BitWidth, IsUnsigned); in getMinValue()
66 return llvm::APSInt::getMaxValue(BitWidth, IsUnsigned); in getMaxValue()
70 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue); in getValue()
92 return BitWidth == Other.BitWidth && IsUnsigned == Other.IsUnsigned;
100 return std::tie(BitWidth, IsUnsigned) <
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/dart/lib/src/
H A Dtypes.dart4 enum BitWidth {
15 static BitWidth width(num value) {
21 return BitWidth.width64;
23 return value == _toF32(value) ? BitWidth.width32 : BitWidth.width64;
31 return BitWidth.width64;
33 return value == _toF32(value) ? BitWidth.width32 : BitWidth.width64;
37 return BitWidth.width8;
40 return BitWidth.width16;
43 return BitWidth.width32;
46 return BitWidth.width64;
[all …]
/dports/devel/flatbuffers/flatbuffers-2.0.0/dart/lib/src/
H A Dtypes.dart4 enum BitWidth {
15 static BitWidth width(num value) {
21 return BitWidth.width64;
23 return value == _toF32(value) ? BitWidth.width32 : BitWidth.width64;
31 return BitWidth.width64;
33 return value == _toF32(value) ? BitWidth.width32 : BitWidth.width64;
37 return BitWidth.width8;
40 return BitWidth.width16;
43 return BitWidth.width32;
46 return BitWidth.width64;
[all …]
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/Support/
H A DAPInt.cpp151 BitWidth = RHS.BitWidth; in AssignSlowCase()
255 assert(BitWidth == RHS.BitWidth && "Bit widths must be the same"); in operator +=()
282 assert(BitWidth == RHS.BitWidth && "Bit widths must be the same"); in operator -=()
811 if (Result.BitWidth != BitWidth) { in byteSwap()
813 Result.BitWidth - BitWidth); in byteSwap()
814 Result.BitWidth = BitWidth; in byteSwap()
1388 APInt t[2] = { APInt(BitWidth, 0), APInt(BitWidth, 1) }; in multiplicativeInverse()
1738 if (Quotient->BitWidth != LHS.BitWidth) { in divide()
1743 Quotient->BitWidth = LHS.BitWidth; in divide()
1771 if (Remainder->BitWidth != RHS.BitWidth) { in divide()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DAPInt.h317 APInt(const APInt &that) : BitWidth(that.BitWidth) {
325 APInt(APInt &&that) : BitWidth(that.BitWidth) {
758 BitWidth = RHS.BitWidth;
781 BitWidth = that.BitWidth;
811 assert(BitWidth == RHS.BitWidth && "Bit widths must be the same");
841 assert(BitWidth == RHS.BitWidth && "Bit widths must be the same");
870 assert(BitWidth == RHS.BitWidth && "Bit widths must be the same");
1342 assert(BitWidth == RHS.BitWidth && "Bit widths must be the same");
1511 return setBits(BitWidth - hiBits, BitWidth);
1537 APInt Keep = getHighBitsSet(BitWidth, BitWidth - loBits);
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ADT/
H A DAPInt.h317 APInt(const APInt &that) : BitWidth(that.BitWidth) {
325 APInt(APInt &&that) : BitWidth(that.BitWidth) {
758 BitWidth = RHS.BitWidth;
781 BitWidth = that.BitWidth;
811 assert(BitWidth == RHS.BitWidth && "Bit widths must be the same");
841 assert(BitWidth == RHS.BitWidth && "Bit widths must be the same");
870 assert(BitWidth == RHS.BitWidth && "Bit widths must be the same");
1342 assert(BitWidth == RHS.BitWidth && "Bit widths must be the same");
1511 return setBits(BitWidth - hiBits, BitWidth);
1537 APInt Keep = getHighBitsSet(BitWidth, BitWidth - loBits);
[all …]

12345678910>>...140