Searched refs:applyCmpPredicate (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Arithmetic/IR/ |
| H A D | Arithmetic.h | 106 bool applyCmpPredicate(arith::CmpIPredicate predicate, const APInt &lhs, 111 bool applyCmpPredicate(arith::CmpFPredicate predicate, const APFloat &lhs,
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/ |
| H A D | InferIntRangeInterfaceImpls.cpp | 547 return (applyCmpPredicate(pred, lhs.smax(), rhs.smin())); in isStaticallyTrue() 550 return applyCmpPredicate(pred, lhs.umax(), rhs.umin()); in isStaticallyTrue() 553 return applyCmpPredicate(pred, lhs.smin(), rhs.smax()); in isStaticallyTrue() 556 return applyCmpPredicate(pred, lhs.umin(), rhs.umax()); in isStaticallyTrue()
|
| H A D | ArithmeticOps.cpp | 1257 bool mlir::arith::applyCmpPredicate(arith::CmpIPredicate predicate, in applyCmpPredicate() function in mlir::arith 1367 auto val = applyCmpPredicate(getPredicate(), lhs.getValue(), rhs.getValue()); in fold() 1382 bool mlir::arith::applyCmpPredicate(arith::CmpFPredicate predicate, in applyCmpPredicate() function in mlir::arith 1443 auto val = applyCmpPredicate(getPredicate(), lhs.getValue(), rhs.getValue()); in fold()
|