Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPSInt.h287 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue()
294 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDAPSIntType.h24 APSIntType(uint32_t Width, bool Unsigned) in APSIntType()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDConstantRange.h272 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
HDDebugInfoMetadata.h739 enum class Signedness { Signed, Unsigned }; enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDScaledNumber.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
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFFormValue.h63 uint64_t Unsigned() const { return m_value.value.uval; } in Unsigned() function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
HDVariantValue.h333 unsigned Unsigned; member
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTX.h98 Unsigned = 0, enumerator
HDNVPTXISelLowering.cpp4573 Unsigned, enumerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
HDVariantValue.cpp261 VariantValue::VariantValue(unsigned Unsigned) : Type(VT_Nothing) { in VariantValue()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfUnit.cpp553 void DwarfUnit::addConstantValue(DIE &Die, bool Unsigned, uint64_t Val) { in addConstantValue()
564 void DwarfUnit::addConstantValue(DIE &Die, const APInt &Val, bool Unsigned) { in addConstantValue()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDConstantRange.cpp236 bool Unsigned = NoWrapKind == OBO::NoUnsignedWrap; in makeGuaranteedNoWrapRegion() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGBuiltin.cpp1393 llvm::Value *Unsigned = CGF.EmitScalarExpr(UnsignedOp); in EmitCheckedMixedSignMultiply() local
6958 llvm::Type *T, bool Unsigned) { in SignOrZeroExtend()
6965 uint32_t Shift, bool Unsigned) { in MVEImmediateShr()
HDCGExprScalar.cpp897 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType(); in EmitFloatConversionCheck() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp9550 bool Signed = false, Unsigned = false; in DecodeTypeFromStr() local