HomeSort by relevance Sort by last modified time
    Searched refs:Negated (Results 1 - 12 of 12) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
AVRMCExpr.h 55 bool isNegated() const { return Negated; }
56 void setNegated(bool negated = true) { Negated = negated; }
82 bool Negated;
85 explicit AVRMCExpr(VariantKind Kind, const MCExpr *Expr, bool Negated)
86 : Kind(Kind), SubExpr(Expr), Negated(Negated) {}
AVRMCExpr.cpp 40 bool Negated, MCContext &Ctx) {
41 return new (Ctx) AVRMCExpr(Kind, Expr, Negated);
100 if (Negated)
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 260 bool Negated; ///< True if this is a negative capability
263 CapabilityExpr(const til::SExpr *E, bool Neg) : CapExpr(E), Negated(Neg) {}
266 bool negative() const { return Negated; }
269 return CapabilityExpr(CapExpr, !Negated);
273 return (Negated == other.Negated) && sx::equals(CapExpr, other.CapExpr);
277 return (Negated == other.Negated) && sx::matches(CapExpr, other.CapExpr);
285 return (Negated == other.Negated) &
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonBitTracker.cpp 891 bool Negated = false;
896 Negated = true;
926 // "Test.is(!Negated)" means "branch condition is true".
927 if (!Test.is(!Negated)) {
    [all...]
HexagonHardwareLoops.cpp 614 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header);
659 if (Negated)
803 // negated. To avoid the negation, just swap Start and End.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonBitTracker.cpp     [all...]
HexagonConstPropagation.cpp     [all...]
HexagonHardwareLoops.cpp 647 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header);
692 if (Negated)
842 // negated. To avoid the negation, just swap Start and End.
    [all...]
  /external/dagger2/lib/
auto-value-1.4.1.jar 
  /external/cldr/tools/java/libs/
guava.jar 
  /external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar 
  /external/guice/lib/
guava-19.0.jar 

Completed in 463 milliseconds