Home
last modified time | relevance | path

Searched defs:IsNegative (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm-project/flang/include/flang/Decimal/
Dbinary-floating-point.h91 constexpr bool IsNegative() const { return ((raw_ >> (bits - 1)) & 1) != 0; } in IsNegative() function
/external/llvm-project/lldb/include/lldb/DataFormatters/
DFormattersHelpers.h91 bool IsNegative() const { in IsNegative() function
/external/llvm-project/llvm/lib/Demangle/
DMicrosoftDemangle.cpp894 bool IsNegative = MangledName.consumeFront('?'); in demangleNumber() local
921 bool IsNegative = false; in demangleUnsigned() local
930 bool IsNegative = false; in demangleSigned() local
1280 bool IsNegative = false; in demangleStringLiteral() local
1437 bool IsNegative = false; in demangleLocallyScopedNamePiece() local
2075 bool IsNegative = false; in demangleArrayType() local
2283 bool IsNegative = false; in demangleTemplateParameterList() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp894 bool IsNegative = MangledName.consumeFront('?'); in demangleNumber() local
921 bool IsNegative = false; in demangleUnsigned() local
930 bool IsNegative = false; in demangleSigned() local
1280 bool IsNegative = false; in demangleStringLiteral() local
1437 bool IsNegative = false; in demangleLocallyScopedNamePiece() local
2075 bool IsNegative = false; in demangleArrayType() local
2283 bool IsNegative = false; in demangleTemplateParameterList() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DNativeFormatting.cpp53 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl()
79 IntegerStyle Style, bool IsNegative = false) { in write_unsigned()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DNativeFormatting.cpp52 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl()
78 IntegerStyle Style, bool IsNegative = false) { in write_unsigned()
/external/llvm-project/llvm/lib/Support/
DNativeFormatting.cpp51 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl()
77 IntegerStyle Style, bool IsNegative = false) { in write_unsigned()
/external/llvm-project/flang/include/flang/Evaluate/
Dreal.h71 constexpr bool IsNegative() const { in IsNegative() function
Dinteger.h374 constexpr bool IsNegative() const { in IsNegative() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp342 void parseSingleInteger(bool IsNegative, OperandVector &Operands) { in parseSingleInteger()
353 bool parseSingleFloat(bool IsNegative, OperandVector &Operands) { in parseSingleFloat()
367 bool parseSpecialFloatMaybe(bool IsNegative, OperandVector &Operands) { in parseSpecialFloatMaybe()
/external/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp362 void parseSingleInteger(bool IsNegative, OperandVector &Operands) { in parseSingleInteger()
373 bool parseSingleFloat(bool IsNegative, OperandVector &Operands) { in parseSingleFloat()
387 bool parseSpecialFloatMaybe(bool IsNegative, OperandVector &Operands) { in parseSpecialFloatMaybe()
/external/llvm-project/flang/unittests/Evaluate/
Dreal.cpp235 inline bool IsNegative(std::uint32_t x) { return (x & 0x80000000) != 0; } in IsNegative() function
237 inline bool IsNegative(std::uint64_t x) { in IsNegative() function
/external/llvm-project/llvm/unittests/ADT/
DAPFixedPointTest.cpp368 bool IsNegative = ScaledVal < 0; in CheckUnsaturatedConversion() local
/external/llvm-project/llvm/include/llvm/IR/
DFixedPointBuilder.h54 Value *IsNegative = B.CreateICmpSLT(Result, Zero); in Convert() local
/external/vixl/src/aarch64/
Doperands-aarch64.h887 bool IsNegative() const { return is_negative_; } in IsNegative() function
/external/llvm-project/clang/lib/Driver/ToolChains/
DCommonArgs.cpp137 bool IsNegative = Name.startswith("no-"); in handleTargetFeaturesGroup() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h560 bool IsNegative = false; member
/external/llvm-project/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h560 bool IsNegative = false; member
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1579 bool IsNegative = Token.is(MIToken::minus); in parseOffset() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp856 bool IsNegative, IsNotNegative; in simplifyRangeCheck() local
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp1386 Register TestReg, uint64_t Bit, bool IsNegative, MachineBasicBlock *DstMBB, in emitTestBit()
1457 bool IsNegative, in emitCBZ()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp711 bool IsNegative = false; in canonicalizeSaturatedSubtract() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp723 bool IsNegative = false; in canonicalizeSaturatedSubtract() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2666 bool IsNegative = Token.is(MIToken::minus); in parseOffset() local
/external/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2718 bool IsNegative = Token.is(MIToken::minus); in parseOffset() local

12