Searched refs:isStaticallyTrue (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/ |
| H A D | InferIntRangeInterfaceImpls.cpp | 542 bool isStaticallyTrue(arith::CmpIPredicate pred, const ConstantIntRanges &lhs, in isStaticallyTrue() function 567 bool sne = isStaticallyTrue(CmpIPredicate::slt, lhs, rhs) || in isStaticallyTrue() 568 isStaticallyTrue(CmpIPredicate::sgt, lhs, rhs); in isStaticallyTrue() 569 bool une = isStaticallyTrue(CmpIPredicate::ult, lhs, rhs) || in isStaticallyTrue() 570 isStaticallyTrue(CmpIPredicate::ugt, lhs, rhs); in isStaticallyTrue() 584 if (isStaticallyTrue(pred, lhs, rhs)) in inferResultRanges() 586 else if (isStaticallyTrue(invertPredicate(pred), lhs, rhs)) in inferResultRanges()
|