Home
last modified time | relevance | path

Searched defs:Negated (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCExpr.h81 bool Negated; variable
84 explicit AVRMCExpr(VariantKind Kind, const MCExpr *Expr, bool Negated) in AVRMCExpr()
DAVRMCExpr.cpp39 bool Negated, MCContext &Ctx) { in create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMTargetParser.cpp451 bool Negated = stripNegationPrefix(ArchExt); in getArchExtFeature() local
501 const bool Negated = stripNegationPrefix(ArchExt); in appendArchExtFeatures() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBitTracker.cpp990 bool Negated = false; in evaluate() local
DHexagonHardwareLoops.cpp647 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount() local
DHexagonConstPropagation.cpp2267 bool Negated = false; in evaluate() local
/third_party/node/deps/v8/src/objects/
Djs-temporal-objects.cc4859 MaybeHandle<JSTemporalDuration> JSTemporalDuration::Negated( in Negated() function in v8::internal::JSTemporalDuration