Searched refs:getDivRepr (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Analysis/Presburger/ |
| H A D | Utils.cpp | 90 static LogicalResult getDivRepr(const IntegerRelation &cst, unsigned pos, in getDivRepr() function 154 static LogicalResult getDivRepr(const IntegerRelation &cst, unsigned pos, in getDivRepr() function 231 if (failed(getDivRepr(cst, pos, ubPos, lbPos, dividend, divisor))) in computeSingleVarRepr() 244 if (failed(getDivRepr(cst, pos, eqPos, dividend, divisor))) in computeSingleVarRepr()
|