Home
last modified time | relevance | path

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

/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-7.0/llvm/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-7.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp301 void ParseSingleInteger(bool IsNegative, OperandVector &Operands) { in ParseSingleInteger()
311 bool ParseOperandStartingWithInteger(bool IsNegative, 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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp622 bool IsNegative = false; in canonicalizeSaturatedSubtract() local
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2149 bool IsNegative = Token.is(MIToken::minus); in parseOffset() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp856 bool IsNegative = C && C->getAPIntValue().isNegative(); in LowerSETCC() local
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2399 bool IsNegative) { in getAbsolute()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2560 bool IsNegative) { in getAbsolute()
/external/clang/lib/Driver/
DTools.cpp66 bool IsNegative = Name.startswith("no-"); in handleTargetFeaturesGroup() local
/external/google-breakpad/src/testing/gtest/test/
Dgtest_unittest.cc2491 bool IsNegative(T x) { in IsNegative() function
/external/googletest/googletest/test/
Dgtest_unittest.cc2433 bool IsNegative(T x) { in IsNegative() function