/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 303 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue() 311 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue()
|
H A D | Bitfields.h | 99 using Unsigned = std::make_unsigned_t<T>; member
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | APSIntType.h | 24 constexpr APSIntType(uint32_t Width, bool Unsigned) in APSIntType()
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | ConstantRange.h | 319 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
|
H A D | DebugInfoMetadata.h | 859 enum class Signedness { Signed, Unsigned }; enumerator
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | ScaledNumber.h | 435 uint64_t Unsigned = N == INT64_MIN ? UINT64_C(1) << 63 : uint64_t(-N); in splitSigned() local 660 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scale() local 664 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scaleByInverse() local
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_leb128_test.cpp | 70 TYPED_TEST(Leb128Test, Unsigned) { in TYPED_TEST() argument
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFFormValue.h | 64 uint64_t Unsigned() const { return m_value.value.uval; } in Unsigned() function
|
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | VariantValue.h | 343 unsigned Unsigned; member
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMatInt.cpp | 110 bool Unsigned = false; in generateInstSeqImpl() local
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | JSON.h | 124 enum class DataType : uint8_t { Unsigned, Signed, Double } m_data_type; enumerator
|
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.h | 117 Unsigned = 0, enumerator
|
H A D | NVPTXISelLowering.cpp | 4885 Unsigned, enumerator
|
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ |
H A D | VariantValue.cpp | 267 VariantValue::VariantValue(unsigned Unsigned) : Type(VT_Nothing) { in VariantValue()
|
/openbsd/gnu/llvm/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 45 Unsigned, enumerator
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | Specifiers.h | 47 enum class TypeSpecifierSign { Unspecified, Signed, Unsigned }; enumerator
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 467 void DwarfUnit::addConstantValue(DIE &Die, bool Unsigned, uint64_t Val) { in addConstantValue() 478 void DwarfUnit::addConstantValue(DIE &Die, const APInt &Val, bool Unsigned) { in addConstantValue()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 502 unsigned Unsigned = 1; in tryCreateMaskedGatherOffset() local
|
H A D | ARMISelLowering.cpp | 17452 bool Unsigned = cast<ConstantSDNode>(N->getOperand(2))->getZExtValue(); in PerformIntrinsicCombine() local 17461 bool Unsigned = cast<ConstantSDNode>(N->getOperand(2))->getZExtValue(); in PerformIntrinsicCombine() local
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 296 bool Unsigned = NoWrapKind == OBO::NoUnsignedWrap; in makeGuaranteedNoWrapRegion() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 12387 bool Unsigned = L.NonNegative && R.NonNegative; in join() local 12409 bool Unsigned = L.NonNegative && R.NonNegative; in sum() local 12420 bool Unsigned = L.NonNegative && R.Width == 0; in difference() local 12432 bool Unsigned = L.NonNegative && R.NonNegative; in product() local 12441 bool Unsigned = L.NonNegative; in rem() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 344 enum Signedness { Positive, Signed, Unsigned }; enumerator
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 946 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType(); in EmitFloatConversionCheck() local
|
H A D | CGBuiltin.cpp | 1988 llvm::Value *Unsigned = CGF.EmitScalarExpr(UnsignedOp); in EmitCheckedMixedSignMultiply() local 8413 llvm::Type *T, bool Unsigned) { in SignOrZeroExtend() 8420 uint32_t Shift, bool Unsigned) { in MVEImmediateShr()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 5111 bool &Unsigned) { in isSaturatingMinMax() 5196 bool Unsigned; in PerformMinMaxFpToSatCombine() local
|