Home
last modified time | relevance | path

Searched refs:IsNegative (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DNativeFormatting.cpp53 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl() argument
62 if (IsNegative) in write_unsigned_impl()
79 IntegerStyle Style, bool IsNegative = false) { in write_unsigned() argument
83 IsNegative); in write_unsigned()
85 write_unsigned_impl(S, N, MinDigits, Style, IsNegative); in write_unsigned()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DNativeFormatting.cpp53 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl() argument
62 if (IsNegative) in write_unsigned_impl()
79 IntegerStyle Style, bool IsNegative = false) { in write_unsigned() argument
83 IsNegative); in write_unsigned()
85 write_unsigned_impl(S, N, MinDigits, Style, IsNegative); in write_unsigned()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp301 void ParseSingleInteger(bool IsNegative, OperandVector &Operands) { in ParseSingleInteger() argument
304 if (IsNegative) Val = -Val; in ParseSingleInteger()
311 bool ParseOperandStartingWithInteger(bool IsNegative, in ParseOperandStartingWithInteger() argument
314 ParseSingleInteger(IsNegative, Operands); in ParseOperandStartingWithInteger()
/external/v8/src/compiler/
Dnode-matchers.h135 bool IsNegative() const { return this->HasValue() && this->Value() < 0; } in IsNegative() function
165 bool IsNegative() const { return this->HasValue() && this->Value() < 0.0; } in IsNegative() function
Dmachine-operator-reducer.cc268 if (mleftmatcher.left().IsNegative() || in Reduce()
269 mleftmatcher.right().IsNegative()) { in Reduce()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp622 bool IsNegative = false; in canonicalizeSaturatedSubtract() local
624 IsNegative = true; in canonicalizeSaturatedSubtract()
637 return IsNegative ? Builder.CreateSub(B, Max) : Builder.CreateSub(Max, B); in canonicalizeSaturatedSubtract()
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1579 bool IsNegative = Token.is(MIToken::minus); in parseOffset() local
1586 if (IsNegative) in parseOffset()
/external/googletest/googletest/docs/
Dfaq.md398 bool IsNegative(T x) {
406 ASSERT_PRED1(IsNegative<int>, -5);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2149 bool IsNegative = Token.is(MIToken::minus); in parseOffset() local
2156 if (IsNegative) in parseOffset()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp856 bool IsNegative, IsNotNegative; in simplifyRangeCheck() local
857 ComputeSignBit(RangeEnd, IsNotNegative, IsNegative, /*Depth=*/0, Cmp1); in simplifyRangeCheck()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp856 bool IsNegative = C && C->getAPIntValue().isNegative(); in LowerSETCC() local
857 if (IsNegative || isSExtFree(LHS) || isSExtFree(RHS)) in LowerSETCC()
/external/google-breakpad/src/testing/gtest/test/
Dgtest_unittest.cc2491 bool IsNegative(T x) { in IsNegative() function
2511 EXPECT_PRED1(IsNegative<int>, -5); in TEST()
/external/googletest/googletest/test/
Dgtest_unittest.cc2433 bool IsNegative(T x) { in IsNegative() function
2453 EXPECT_PRED1(IsNegative<int>, -5); in TEST()
/external/clang/lib/Driver/
DTools.cpp66 bool IsNegative = Name.startswith("no-"); in handleTargetFeaturesGroup() local
67 if (IsNegative) in handleTargetFeaturesGroup()
69 Features.push_back(Args.MakeArgString((IsNegative ? "-" : "+") + Name)); in handleTargetFeaturesGroup()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2399 bool IsNegative) { in getAbsolute() argument
2401 if (IsNegative) in getAbsolute()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2560 bool IsNegative) { in getAbsolute() argument
2562 if (IsNegative) in getAbsolute()