HomeSort by relevance Sort by last modified time
    Searched defs:IsNegative (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 622 bool IsNegative = false;
624 IsNegative = true;
637 return IsNegative ? Builder.CreateSub(B, Max) : Builder.CreateSub(Max, B);
    [all...]
  /external/v8/src/compiler/
node-matchers.h 135 bool IsNegative() const { return this->HasValue() && this->Value() < 0; }
165 bool IsNegative() const { return this->HasValue() && this->Value() < 0.0; }
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
MIParser.cpp     [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/googletest/googletest/test/
gtest_unittest.cc     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/clang/lib/Driver/
Tools.cpp 66 bool IsNegative = Name.startswith("no-");
67 if (IsNegative)
69 Features.push_back(Args.MakeArgString((IsNegative ? "-" : "+") + Name));
    [all...]

Completed in 866 milliseconds