Searched refs:ConstArithFn (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/ |
| H A D | InferIntRangeInterfaceImpls.cpp | 21 using ConstArithFn = typedef 28 static ConstantIntRanges computeBoundsBy(ConstArithFn op, const APInt &minLeft, in computeBoundsBy() 41 static ConstantIntRanges minMaxBy(ConstArithFn op, ArrayRef<APInt> lhs, in minMaxBy() 81 ConstArithFn uadd = [](const APInt &a, const APInt &b) -> Optional<APInt> { in inferResultRanges() 86 ConstArithFn sadd = [](const APInt &a, const APInt &b) -> Optional<APInt> { in inferResultRanges() 107 ConstArithFn usub = [](const APInt &a, const APInt &b) -> Optional<APInt> { in inferResultRanges() 112 ConstArithFn ssub = [](const APInt &a, const APInt &b) -> Optional<APInt> { in inferResultRanges() 132 ConstArithFn umul = [](const APInt &a, const APInt &b) -> Optional<APInt> { in inferResultRanges() 137 ConstArithFn smul = [](const APInt &a, const APInt &b) -> Optional<APInt> { in inferResultRanges() 617 ConstArithFn shl = [](const APInt &l, const APInt &r) -> Optional<APInt> { in inferResultRanges() [all …]
|