Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DAffineStructures.cpp1433 FlatAffineValueConstraints otherCopy(otherCst); in unionBoundingBox() local
1434 mergeAndAlignVars(/*offset=*/getNumDimVars(), this, &otherCopy); in unionBoundingBox()
1435 return IntegerPolyhedron::unionBoundingBox(otherCopy); in unionBoundingBox()