Searched defs:Negated (Results 1 – 7 of 7) sorted by relevance
81 bool Negated; variable84 explicit AVRMCExpr(VariantKind Kind, const MCExpr *Expr, bool Negated) in AVRMCExpr()
39 bool Negated, MCContext &Ctx) { in create()
451 bool Negated = stripNegationPrefix(ArchExt); in getArchExtFeature() local501 const bool Negated = stripNegationPrefix(ArchExt); in appendArchExtFeatures() local
990 bool Negated = false; in evaluate() local
647 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount() local
2267 bool Negated = false; in evaluate() local
4859 MaybeHandle<JSTemporalDuration> JSTemporalDuration::Negated( in Negated() function in v8::internal::JSTemporalDuration