Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h304 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue()
312 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.h333 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
H A DDebugInfoMetadata.h936 enum class Signedness { Signed, Unsigned }; enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h61 uint64_t Unsigned() const { return m_value.uval; } in Unsigned() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h439 uint64_t Unsigned = N == INT64_MIN ? UINT64_C(1) << 63 : uint64_t(-N); in splitSigned() local
664 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scale() local
668 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scaleByInverse() local
/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.cpp140 bool Unsigned = false; in generateInstSeqImpl() local
H A DRISCVBaseInfo.h753 uint16_t Unsigned : 1; member
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitNonSemanticDI.cpp63 Unsigned = 6, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h194 enum FromType { Unsigned = 0, Signed, Float, Untyped }; enumerator
H A DNVPTXISelLowering.cpp5351 Unsigned, enumerator
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp266 VariantValue::VariantValue(unsigned Unsigned) : Type(VT_Nothing) { in VariantValue()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h45 Unsigned, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp258 const APInt &Val, bool Unsigned) { in addInt()
508 void DwarfUnit::addConstantValue(DIE &Die, bool Unsigned, uint64_t Val) { in addConstantValue()
519 void DwarfUnit::addConstantValue(DIE &Die, const APInt &Val, bool Unsigned) { in addConstantValue()
/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/Target/ARM/
H A DMVEGatherScatterLowering.cpp501 unsigned Unsigned = 1; in tryCreateMaskedGatherOffset() local
H A DARMISelLowering.cpp17765 bool Unsigned = N->getConstantOperandVal(2); in PerformIntrinsicCombine() local
17774 bool Unsigned = N->getConstantOperandVal(2); in PerformIntrinsicCombine() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp336 bool Unsigned = NoWrapKind == OBO::NoUnsignedWrap; in makeGuaranteedNoWrapRegion() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DARM.cpp3355 llvm::Type *T, bool Unsigned) { in SignOrZeroExtend()
3362 uint32_t Shift, bool Unsigned) { in MVEImmediateShr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10524 bool Unsigned = L.NonNegative && R.NonNegative; in join() local
10546 bool Unsigned = L.NonNegative && R.NonNegative; in sum() local
10557 bool Unsigned = L.NonNegative && R.Width == 0; in difference() local
10569 bool Unsigned = L.NonNegative && R.NonNegative; in product() local
10578 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.cpp1016 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType(); in EmitFloatConversionCheck() local
H A DCGBuiltin.cpp2358 llvm::Value *Unsigned = CGF.EmitScalarExpr(UnsignedOp); in EmitCheckedMixedSignMultiply() local

12