Searched defs:Unsigned (Results 1 - 21 of 21) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h24 constexpr APSIntType(uint32_t Width, bool Unsigned) argument
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DConstantRange.h319 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator in enum:llvm::ConstantRange::PreferredRangeType
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h64 uint64_t Unsigned() const { return m_value.value.uval; } function in class:DWARFFormValue
/openbsd-current/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h343 unsigned Unsigned; member in union:clang::ast_matchers::dynamic::VariantValue::AllValues
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp110 bool Unsigned = false; local
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A DJSON.h124 enum class DataType : uint8_t { Unsigned, Signed, Double } m_data_type; member in class:JSONNumber::DataType
/openbsd-current/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp267 VariantValue::VariantValue(unsigned Unsigned) : Type(VT_Nothing) { argument
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DAPSInt.h303 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { argument
311 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { argument
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp296 bool Unsigned = NoWrapKind == OBO::NoUnsignedWrap; local
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DScaledNumber.h660 std::pair<uint64_t, bool> Unsigned = splitSigned(N); local
664 std::pair<uint64_t, bool> Unsigned = splitSigned(N); local
/openbsd-current/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTX.h117 Unsigned = 0, enumerator in enum:llvm::NVPTX::PTXLdStInstCode::FromType
H A DNVPTXISelLowering.cpp4885 Unsigned, enumerator in enum:OperandSignedness
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp344 enum Signedness { Positive, Signed, Unsigned }; enumerator in enum:__anon2880::HvxIdioms::Signedness
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp502 unsigned Unsigned = 1; local
H A DARMISelLowering.cpp17452 bool Unsigned = cast<ConstantSDNode>(N->getOperand(2))->getZExtValue(); local
17461 bool Unsigned = cast<ConstantSDNode>(N->getOperand(2))->getZExtValue(); local
/openbsd-current/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheckImpl.h45 Unsigned, member in class:llvm::ExpressionFormat::Kind
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp467 void DwarfUnit::addConstantValue(DIE &Die, bool Unsigned, uint64_t Val) { argument
478 void DwarfUnit::addConstantValue(DIE &Die, const APInt &Val, bool Unsigned) { argument
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp946 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType(); local
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp11083 bool Signed = false, Unsigned = false; local
[all...]
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp12387 bool Unsigned = L.NonNegative && R.NonNegative; local
12409 bool Unsigned = L.NonNegative && R.NonNegative; local
12420 bool Unsigned = L.NonNegative && R.Width == 0; local
12432 bool Unsigned local
12441 bool Unsigned = L.NonNegative; local
12846 PromotedRange(IntRange R, unsigned BitWidth, bool Unsigned) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5196 bool Unsigned; local
5109 isSaturatingMinMax(SDValue N0, SDValue N1, SDValue N2, SDValue N3, ISD::CondCode CC, unsigned &BW, bool &Unsigned) argument

Completed in 624 milliseconds