Home
last modified time | relevance | path

Searched defs:Unsigned (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPSInt.h303 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue()
311 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue()
H A DBitfields.h99 using Unsigned = std::make_unsigned_t<T>; member
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h24 constexpr APSIntType(uint32_t Width, bool Unsigned) in APSIntType()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DConstantRange.h319 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
H A DDebugInfoMetadata.h859 enum class Signedness { Signed, Unsigned }; enumerator
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DScaledNumber.h435 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 Dsanitizer_leb128_test.cpp70 TYPED_TEST(Leb128Test, Unsigned) { in TYPED_TEST() argument
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h64 uint64_t Unsigned() const { return m_value.value.uval; } in Unsigned() function
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h343 unsigned Unsigned; member
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp110 bool Unsigned = false; in generateInstSeqImpl() local
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DJSON.h124 enum class DataType : uint8_t { Unsigned, Signed, Double } m_data_type; enumerator
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTX.h117 Unsigned = 0, enumerator
H A DNVPTXISelLowering.cpp4885 Unsigned, enumerator
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp267 VariantValue::VariantValue(unsigned Unsigned) : Type(VT_Nothing) { in VariantValue()
/openbsd/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheckImpl.h45 Unsigned, enumerator
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DSpecifiers.h47 enum class TypeSpecifierSign { Unspecified, Signed, Unsigned }; enumerator
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp467 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 DMVEGatherScatterLowering.cpp502 unsigned Unsigned = 1; in tryCreateMaskedGatherOffset() local
H A DARMISelLowering.cpp17452 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 DConstantRange.cpp296 bool Unsigned = NoWrapKind == OBO::NoUnsignedWrap; in makeGuaranteedNoWrapRegion() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp12387 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 DHexagonVectorCombine.cpp344 enum Signedness { Positive, Signed, Unsigned }; enumerator
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp946 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType(); in EmitFloatConversionCheck() local
H A DCGBuiltin.cpp1988 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 DDAGCombiner.cpp5111 bool &Unsigned) { in isSaturatingMinMax()
5196 bool Unsigned; in PerformMinMaxFpToSatCombine() local

12