Searched refs:localExpr (Results 1 – 3 of 3) sorted by relevance
299 AffineExpr localExpr);312 int findLocalId(AffineExpr localExpr);
1055 AffineExpr localExpr) { in addLocalFloorDivId() argument1059 localExprs.push_back(localExpr); in addLocalFloorDivId()1064 int SimpleAffineExprFlattener::findLocalId(AffineExpr localExpr) { in findLocalId() argument1066 if ((it = llvm::find(localExprs, localExpr)) == localExprs.end()) in findLocalId()
58 AffineExpr localExpr) override { in addLocalFloorDivId()59 SimpleAffineExprFlattener::addLocalFloorDivId(dividend, divisor, localExpr); in addLocalFloorDivId()