Searched defs:setLowerBound (Results 1 – 3 of 3) sorted by relevance
96 void setLowerBound(Expr *E) { SubExprs[LOWER_BOUND] = E; } in setLowerBound() function
99 void setLowerBound(Expr *E) { SubExprs[LOWER_BOUND] = E; } in setLowerBound() function
1663 void AffineForOp::setLowerBound(ValueRange lbOperands, AffineMap map) { in setLowerBound() function in AffineForOp