/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ConstantRange.h | 319 enum PreferredRangeType { Smallest, Unsigned, Signed }; global() enumerator
|
H A D | DebugInfoMetadata.h | 870 enum class Signedness { Signed, Unsigned }; global() enumerator
|
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFFormValue.h | 71 uint64_t Unsigned() const { return m_value.value.uval; } in Unsigned() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | VariantValue.h | 343 unsigned Unsigned; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMatInt.cpp | 109 bool Unsigned = false; generateInstSeqImpl() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.h | 124 Unsigned = 0, global() enumerator
|
H A D | NVPTXISelLowering.cpp | 5352 Unsigned, global() enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | VariantValue.cpp | 267 VariantValue::VariantValue(unsigned Unsigned) : Type(VT_Nothing) { in VariantValue()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Specifiers.h | 50 enum class TypeSpecifierSign { Unspecified, Signed, Unsigned }; enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 44 Unsigned, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 467 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 D | MVEGatherScatterLowering.cpp | 502 unsigned Unsigned = 1; in tryCreateMaskedGatherOffset() local
|
H A D | ARMISelLowering.cpp | 17664 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 D | ConstantRange.cpp | 296 bool Unsigned = NoWrapKind == OBO::NoUnsignedWrap; makeGuaranteedNoWrapRegion() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 14128 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 D | HexagonVectorCombine.cpp | 431 enum Signedness { Positive, Signed, Unsigned }; enumerator [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 954 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType(); EmitFloatConversionCheck() local
|
H A D | CGBuiltin.cpp | 2310 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 D | DAGCombiner.cpp | 5519 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 D | ASTContext.cpp | 11190 bool Signed = false, Unsigned = false; DecodeTypeFromStr() local [all...] |