Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.cpp65 if (const auto *Negated = Result.Nodes.getNodeAs<UnaryOperator>(Id)) { in getBoolLiteral() local
184 const Expr *E, bool Negated, in compareExpressionToConstant()
195 const Expr *E, bool Negated) { in compareExpressionToNullPtr()
202 const Expr *E, bool Negated) { in compareExpressionToZero()
207 bool Negated, const Expr *E) { in replacementExpression()
284 const Expr *stmtReturnsBool(const ReturnStmt *Ret, bool Negated) { in stmtReturnsBool()
302 const Expr *stmtReturnsBool(const IfStmt *IfRet, bool Negated) { in stmtReturnsBool()
402 const Expr *ReplaceWith, bool Negated) { in reportBinOp()
616 bool Negated) { in replaceWithCondition()
625 const MatchFinder::MatchResult &Result, const IfStmt *If, bool Negated) { in replaceWithReturnCondition()
[all …]
/external/llvm-project/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()
/external/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()
/external/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
/external/llvm-project/llvm/lib/Support/
DARMTargetParser.cpp457 bool Negated = stripNegationPrefix(ArchExt); in getArchExtFeature() local
501 const bool Negated = stripNegationPrefix(ArchExt); in appendArchExtFeatures() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineNegator.cpp479 Value *Negated = negate(Root, /*Depth=*/0); in run() local
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h260 bool Negated; ///< True if this is a negative capability variable
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h276 bool Negated; variable
/external/llvm/lib/Target/Hexagon/
DHexagonBitTracker.cpp891 bool Negated = false; in evaluate() local
DHexagonHardwareLoops.cpp614 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount() local
/external/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
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonBitTracker.cpp988 bool Negated = false; in evaluate() local
DHexagonHardwareLoops.cpp647 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount() local
DHexagonConstPropagation.cpp2272 bool Negated = false; in evaluate() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp2653 MachineBasicBlock *&UncondBrTarget, bool &Negated) { in verifyCFIntrinsic()
4605 bool Negated = false; in legalizeIntrinsic() local
4653 bool Negated = false; in legalizeIntrinsic() local
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp13364 APFixedPoint Negated = Result.getFixedPoint().negate(&Overflowed); in VisitUnaryOperator() local