/external/llvm-project/flang/include/flang/Decimal/ |
D | binary-floating-point.h | 91 constexpr bool IsNegative() const { return ((raw_ >> (bits - 1)) & 1) != 0; } in IsNegative() function
|
/external/llvm-project/lldb/include/lldb/DataFormatters/ |
D | FormattersHelpers.h | 91 bool IsNegative() const { in IsNegative() function
|
/external/llvm-project/llvm/lib/Demangle/ |
D | MicrosoftDemangle.cpp | 894 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/ |
D | MicrosoftDemangle.cpp | 894 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/ |
D | NativeFormatting.cpp | 53 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/ |
D | NativeFormatting.cpp | 52 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl() 78 IntegerStyle Style, bool IsNegative = false) { in write_unsigned()
|
/external/llvm-project/llvm/lib/Support/ |
D | NativeFormatting.cpp | 51 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl() 77 IntegerStyle Style, bool IsNegative = false) { in write_unsigned()
|
/external/llvm-project/flang/include/flang/Evaluate/ |
D | real.h | 71 constexpr bool IsNegative() const { in IsNegative() function
|
D | integer.h | 374 constexpr bool IsNegative() const { in IsNegative() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ |
D | WebAssemblyAsmParser.cpp | 342 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/ |
D | WebAssemblyAsmParser.cpp | 362 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/ |
D | real.cpp | 235 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/ |
D | APFixedPointTest.cpp | 368 bool IsNegative = ScaledVal < 0; in CheckUnsaturatedConversion() local
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | FixedPointBuilder.h | 54 Value *IsNegative = B.CreateICmpSLT(Result, Zero); in Convert() local
|
/external/vixl/src/aarch64/ |
D | operands-aarch64.h | 887 bool IsNegative() const { return is_negative_; } in IsNegative() function
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | CommonArgs.cpp | 137 bool IsNegative = Name.startswith("no-"); in handleTargetFeaturesGroup() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | MicrosoftDemangleNodes.h | 560 bool IsNegative = false; member
|
/external/llvm-project/llvm/include/llvm/Demangle/ |
D | MicrosoftDemangleNodes.h | 560 bool IsNegative = false; member
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 1579 bool IsNegative = Token.is(MIToken::minus); in parseOffset() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 856 bool IsNegative, IsNotNegative; in simplifyRangeCheck() local
|
/external/llvm-project/llvm/lib/Target/AArch64/GISel/ |
D | AArch64InstructionSelector.cpp | 1386 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/ |
D | InstCombineSelect.cpp | 711 bool IsNegative = false; in canonicalizeSaturatedSubtract() local
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 723 bool IsNegative = false; in canonicalizeSaturatedSubtract() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 2666 bool IsNegative = Token.is(MIToken::minus); in parseOffset() local
|
/external/llvm-project/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 2718 bool IsNegative = Token.is(MIToken::minus); in parseOffset() local
|