Searched refs:localExpr (Results 1 – 3 of 3) sorted by relevance
301 AffineExpr localExpr);310 virtual void addLocalIdSemiAffine(AffineExpr localExpr);333 int findLocalId(AffineExpr localExpr);
1365 AffineExpr localExpr) { in addLocalFloorDivId() argument1369 localExprs.push_back(localExpr); in addLocalFloorDivId()1374 void SimpleAffineExprFlattener::addLocalIdSemiAffine(AffineExpr localExpr) { in addLocalIdSemiAffine() argument1377 localExprs.push_back(localExpr); in addLocalIdSemiAffine()1381 int SimpleAffineExprFlattener::findLocalId(AffineExpr localExpr) { in findLocalId() argument1383 if ((it = llvm::find(localExprs, localExpr)) == localExprs.end()) in findLocalId()
60 AffineExpr localExpr) override { in addLocalFloorDivId()61 SimpleAffineExprFlattener::addLocalFloorDivId(dividend, divisor, localExpr); in addLocalFloorDivId()