Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h24 constexpr APSIntType(uint32_t Width, bool Unsigned) in APSIntType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h327 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
H A DDebugInfoMetadata.h871 enum class Signedness { Signed, Unsigned }; enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h436 uint64_t Unsigned = N == INT64_MIN ? UINT64_C(1) << 63 : uint64_t(-N); in splitSigned() local
661 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scale() local
665 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scaleByInverse() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h64 uint64_t Unsigned() const { return m_value.value.uval; } Unsigned() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h343 unsigned Unsigned; member
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp110 bool Unsigned = false; in generateInstSeqImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h119 Unsigned = 0, enumerator
H A DNVPTXISelLowering.cpp5616 Unsigned, enumerator
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp267 VariantValue::VariantValue(unsigned Unsigned) : Type(VT_Nothing) { in VariantValue()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h46 Unsigned, global() enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h50 enum class TypeSpecifierSign { Unspecified, Signed, Unsigned }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp468 void DwarfUnit::addConstantValue(DIE &Die, bool Unsigned, uint64_t Val) { in addConstantValue()
479 void DwarfUnit::addConstantValue(DIE &Die, const APInt &Val, bool Unsigned) { in addConstantValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp502 unsigned Unsigned = 1; in tryCreateMaskedGatherOffset() local
H A DARMISelLowering.cpp17687 bool Unsigned = N->getConstantOperandVal(2); in PerformIntrinsicCombine() local
17696 bool Unsigned = N->getConstantOperandVal(2); in PerformIntrinsicCombine() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp325 bool Unsigned = NoWrapKind == OBO::NoUnsignedWrap; in makeGuaranteedNoWrapRegion() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9355 bool Unsigned = L.NonNegative && R.NonNegative; in join() local
9377 bool Unsigned = L.NonNegative && R.NonNegative; in sum() local
9388 bool Unsigned = L.NonNegative && R.Width == 0; in difference() local
9400 bool Unsigned = L.NonNegative && R.NonNegative; in product() local
9409 bool Unsigned = L.NonNegative; in rem() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp431 enum Signedness { Positive, Signed, Unsigned }; enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp976 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType(); in EmitFloatConversionCheck() local
H A DCGBuiltin.cpp2320 llvm::Value *Unsigned = CGF.EmitScalarExpr(UnsignedOp); in EmitCheckedMixedSignMultiply() local
9281 llvm::Type *T, bool Unsigned) { in SignOrZeroExtend()
9288 uint32_t Shift, bool Unsigned) { in MVEImmediateShr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5516 bool &Unsigned, SelectionDAG &DAG) { in isSaturatingMinMax()
5621 bool Unsigned; in PerformMinMaxFpToSatCombine() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11669 bool Signed = false, Unsigned = false; in DecodeTypeFromStr() local