Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h24 constexpr APSIntType(uint32_t Width, bool Unsigned) in APSIntType()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h319 enum PreferredRangeType { Smallest, Unsigned, Signed }; global() enumerator
H A DDebugInfoMetadata.h870 enum class Signedness { Signed, Unsigned }; global() enumerator
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h71 uint64_t Unsigned() const { return m_value.value.uval; } in Unsigned() function
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h343 unsigned Unsigned; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp109 bool Unsigned = false; generateInstSeqImpl() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h124 Unsigned = 0, global() enumerator
H A DNVPTXISelLowering.cpp5352 Unsigned, global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp267 VariantValue::VariantValue(unsigned Unsigned) : Type(VT_Nothing) { in VariantValue()
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h50 enum class TypeSpecifierSign { Unspecified, Signed, Unsigned }; enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h44 Unsigned, enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp467 addConstantValue(DIE & Die,bool Unsigned,uint64_t Val) addConstantValue() argument
478 addConstantValue(DIE & Die,const APInt & Val,bool Unsigned) addConstantValue() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp502 unsigned Unsigned = 1; in tryCreateMaskedGatherOffset() local
H A DARMISelLowering.cpp17664 bool Unsigned = N->getConstantOperandVal(2); PerformIntrinsicCombine() local
17673 bool Unsigned = N->getConstantOperandVal(2); PerformIntrinsicCombine() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp296 bool Unsigned = NoWrapKind == OBO::NoUnsignedWrap; makeGuaranteedNoWrapRegion() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14128 bool Unsigned = L.NonNegative && R.NonNegative; join() local
14150 bool Unsigned = L.NonNegative && R.NonNegative; sum() local
14161 bool Unsigned = L.NonNegative && R.Width == 0; difference() local
14173 bool Unsigned = L.NonNegative && R.NonNegative; product() local
14182 bool Unsigned = L.NonNegative; rem() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp431 enum Signedness { Positive, Signed, Unsigned }; enumerator
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp954 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType(); EmitFloatConversionCheck() local
H A DCGBuiltin.cpp2310 llvm::Value *Unsigned = CGF.EmitScalarExpr(UnsignedOp); EmitCheckedMixedSignMultiply() local
9022 SignOrZeroExtend(CGBuilderTy & Builder,llvm::Value * V,llvm::Type * T,bool Unsigned) SignOrZeroExtend() argument
9029 MVEImmediateShr(CGBuilderTy & Builder,llvm::Value * V,uint32_t Shift,bool Unsigned) MVEImmediateShr() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5519 isSaturatingMinMax(SDValue N0,SDValue N1,SDValue N2,SDValue N3,ISD::CondCode CC,unsigned & BW,bool & Unsigned,SelectionDAG & DAG) isSaturatingMinMax() argument
5624 bool Unsigned; PerformMinMaxFpToSatCombine() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11190 bool Signed = false, Unsigned = false; DecodeTypeFromStr() local
[all...]