SageInterface::setLoopUpperBound
Set the upper bound of a loop header,regardless the condition expression type. for (i=lb; i op up, ...)
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
void
setLoopUpperBound(
SgNode* loop,
SgExpression* ub);
Parameters
Name |
Description |
loop |
This class represents the base class for all IR nodes within Sage III. |
ub |
This class represents the notion of an expression. Expressions |
Created with MrDocs