Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPSInt.h287 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue()
294 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue()
H A DBitfields.h99 using Unsigned = typename std::make_unsigned<T>::type; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h24 APSIntType(uint32_t Width, bool Unsigned) in APSIntType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantRange.h292 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
H A DDebugInfoMetadata.h825 enum class Signedness { Signed, Unsigned }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScaledNumber.h435 uint64_t Unsigned = N == INT64_MIN ? UINT64_C(1) << 63 : uint64_t(-N); in splitSigned() local
660 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scale() local
664 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scaleByInverse() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h343 unsigned Unsigned; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTX.h116 Unsigned = 0, enumerator
H A DNVPTXISelLowering.cpp4545 Unsigned, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp266 VariantValue::VariantValue(unsigned Unsigned) : Type(VT_Nothing) { in VariantValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheckImpl.h45 Unsigned, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h38 enum class TypeSpecifierSign { Unspecified, Signed, Unsigned }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp472 void DwarfUnit::addConstantValue(DIE &Die, bool Unsigned, uint64_t Val) { in addConstantValue()
483 void DwarfUnit::addConstantValue(DIE &Die, const APInt &Val, bool Unsigned) { in addConstantValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp450 unsigned Unsigned = 1; in tryCreateMaskedGatherOffset() local
H A DARMISelLowering.cpp16064 bool Unsigned = cast<ConstantSDNode>(N->getOperand(2))->getZExtValue(); in PerformIntrinsicCombine() local
16073 bool Unsigned = cast<ConstantSDNode>(N->getOperand(2))->getZExtValue(); in PerformIntrinsicCombine() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp242 bool Unsigned = NoWrapKind == OBO::NoUnsignedWrap; in makeGuaranteedNoWrapRegion() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp10752 bool Unsigned = L.NonNegative && R.NonNegative; in join() local
10774 bool Unsigned = L.NonNegative && R.NonNegative; in sum() local
10785 bool Unsigned = L.NonNegative && R.Width == 0; in difference() local
10797 bool Unsigned = L.NonNegative && R.NonNegative; in product() local
10806 bool Unsigned = L.NonNegative; in rem() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp913 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType(); in EmitFloatConversionCheck() local
H A DCGBuiltin.cpp1906 llvm::Value *Unsigned = CGF.EmitScalarExpr(UnsignedOp); in EmitCheckedMixedSignMultiply() local
7935 llvm::Type *T, bool Unsigned) { in SignOrZeroExtend()
7942 uint32_t Shift, bool Unsigned) { in MVEImmediateShr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp10259 bool Signed = false, Unsigned = false; in DecodeTypeFromStr() local