Home
last modified time | relevance | path

Searched defs:isNonPositive (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DTransforms.cpp484 auto isNonPositive = [](AffineExpr e) { in matchAndRewrite() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp602 static bool isNonPositive(Value *V, LazyValueInfo *LVI, Instruction *CxtI) { in isNonPositive() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h395 bool isNonPositive() const { return !isStrictlyPositive(); } in isNonPositive() function