Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.h82 bool Negated; variable
85 explicit AVRMCExpr(VariantKind Kind, const MCExpr *Expr, bool Negated) in AVRMCExpr()
H A DAVRMCExpr.cpp38 bool Negated, MCContext &Ctx) { in create()
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp142 const Expr *E, bool Negated, in compareExpressionToConstant()
153 const Expr *E, bool Negated) { in compareExpressionToNullPtr()
159 const Expr *E, bool Negated) { in compareExpressionToZero()
164 bool Negated, const Expr *E) { in replacementExpression()
647 Bool](const Expr *ReplaceWith, bool Negated) { in reportBinOp()
742 bool Negated) { in replaceWithCondition()
752 bool Negated) { in replaceWithReturnCondition()
773 const ASTContext &Context, const ReturnStmt *Ret, bool Negated, in replaceCompoundReturnWithCondition()
800 bool Negated) { in replaceWithAssignment()
H A DContainerContainsCheck.cpp111 bool Negated = NegativeComparison != nullptr; check() local
/llvm-project/clang/lib/Format/
H A DMatchFilePath.cpp85 bool Negated = false; matchFilePath() local
/llvm-project/llvm/lib/TargetParser/
H A DCSKYTargetParser.cpp161 bool Negated = stripNegationPrefix(ArchExt); in getArchExtFeature() local
H A DARMTargetParser.cpp357 bool Negated = stripNegationPrefix(ArchExt); getArchExtFeature() local
426 const bool Negated = stripNegationPrefix(ArchExt); appendArchExtFeatures() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp519 Value *Negated = negate(Root, IsNSW, /*Depth=*/0); run() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp800 auto Negated = ConstraintSystem::negate(Coefficients); isImpliedBy() local
820 auto Negated = ConstraintSystem::negate(Coefficients); isImpliedBy() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp993 bool Negated = false; evaluate() local
H A DHexagonHardwareLoops.cpp650 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); getLoopTripCount() local
H A DHexagonConstPropagation.cpp2265 bool Negated = false; in evaluate() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp4219 verifyCFIntrinsic(MachineInstr & MI,MachineRegisterInfo & MRI,MachineInstr * & Br,MachineBasicBlock * & UncondBrTarget,bool & Negated) verifyCFIntrinsic() argument
7176 bool Negated = false; legalizeIntrinsic() local
7224 bool Negated = false; legalizeIntrinsic() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14448 isPow2Splat(SDValue Op,uint64_t & SplatVal,bool & Negated) isPow2Splat() argument
14491 bool Negated; LowerDIV() local
27180 bool Negated; LowerFixedLengthVectorIntDivideToSVE() local
[all...]
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp14492 APFixedPoint Negated = Result.getFixedPoint().negate(&Overflowed); VisitUnaryOperator() local