Home
last modified time | relevance | path

Searched refs:isNonPositive (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DTransforms.cpp484 auto isNonPositive = [](AffineExpr e) { in matchAndRewrite() local
500 if (llvm::any_of(subMap.getResults(), isNonPositive)) in matchAndRewrite()
/external/llvm-project/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1215 bool AllNonPositive = DecompGEP1.Offset.isNonPositive(); in aliasGEP()
1241 (SignKnownOne && Scale.isNonPositive()); in aliasGEP()
1242 AllNonPositive &= (SignKnownZero && Scale.isNonPositive()) || in aliasGEP()
DStackSafetyAnalysis.cpp155 if (APSize.isNonPositive()) in getStaticAllocaSizeRange()
163 if (Mul.isNonPositive()) in getStaticAllocaSizeRange()
DInstructionSimplify.cpp2886 (C2->slt(*C1) && C1->isNonPositive()); in trySimplifyICmpWithAdds()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp602 static bool isNonPositive(Value *V, LazyValueInfo *LVI, Instruction *CxtI) { in isNonPositive() function
613 if (isNonPositive(V, LVI, CxtI)) in getDomain()
/external/llvm-project/llvm/include/llvm/ADT/
DAPInt.h396 bool isNonPositive() const { return !isStrictlyPositive(); }
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h395 bool isNonPositive() const { return !isStrictlyPositive(); } in isNonPositive() function
/external/llvm-project/llvm/unittests/ADT/
DAPIntTest.cpp2915 EXPECT_TRUE(APInt(8, -1).isNonPositive()); in TEST()
2920 EXPECT_TRUE(APInt(8, 0).isNonPositive()); in TEST()
2925 EXPECT_FALSE(APInt(8, 1).isNonPositive()); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h391 bool isValue(const APInt &C) { return C.isNonPositive(); } in isValue()
/external/llvm-project/llvm/include/llvm/IR/
DPatternMatch.h445 bool isValue(const APInt &C) { return C.isNonPositive(); } in isValue()