Home
last modified time | relevance | path

Searched refs:tempDiv (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DUtils.cpp165 int64_t tempDiv = cst.atEq(eqInd, pos); in getDivRepr() local
166 if (tempDiv == 0) in getDivRepr()
168 int64_t signDiv = tempDiv < 0 ? -1 : 1; in getDivRepr()
171 divisor = tempDiv * signDiv; in getDivRepr()