Skip to content

SageInterface::setLoopLowerBound

Set the lower bound of a loop header for (i=lb; ...)

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
void
setLoopLowerBound(
    SgNode* loop,
    SgExpression* lb);

Parameters

Name

Description

loop

This class represents the base class for all IR nodes within Sage III.

lb

This class represents the notion of an expression. Expressions

Created with MrDocs