/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | APSIntType.h | 24 constexpr APSIntType(uint32_t Width, bool Unsigned) in APSIntType()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ConstantRange.h | 327 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
|
H A D | DebugInfoMetadata.h | 871 enum class Signedness { Signed, Unsigned }; enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ScaledNumber.h | 436 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 D | DWARFFormValue.h | 64 uint64_t Unsigned() const { return m_value.value.uval; } Unsigned() function
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | VariantValue.h | 343 unsigned Unsigned; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMatInt.cpp | 110 bool Unsigned = false; in generateInstSeqImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.h | 119 Unsigned = 0, enumerator
|
H A D | NVPTXISelLowering.cpp | 5616 Unsigned, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | VariantValue.cpp | 267 VariantValue::VariantValue(unsigned Unsigned) : Type(VT_Nothing) { in VariantValue()
|
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 46 Unsigned, global() enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Specifiers.h | 50 enum class TypeSpecifierSign { Unspecified, Signed, Unsigned }; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 468 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 D | MVEGatherScatterLowering.cpp | 502 unsigned Unsigned = 1; in tryCreateMaskedGatherOffset() local
|
H A D | ARMISelLowering.cpp | 17687 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 D | ConstantRange.cpp | 325 bool Unsigned = NoWrapKind == OBO::NoUnsignedWrap; in makeGuaranteedNoWrapRegion() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 9355 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 D | HexagonVectorCombine.cpp | 431 enum Signedness { Positive, Signed, Unsigned }; enumerator
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 976 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType(); in EmitFloatConversionCheck() local
|
H A D | CGBuiltin.cpp | 2320 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 D | DAGCombiner.cpp | 5516 bool &Unsigned, SelectionDAG &DAG) { in isSaturatingMinMax() 5621 bool Unsigned; in PerformMinMaxFpToSatCombine() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 11669 bool Signed = false, Unsigned = false; in DecodeTypeFromStr() local
|