Skip to content

SageInterface::setLoopStride

Set the stride(step) of a loop 's incremental expression, regardless the expression types (i+=s; i= i+s, etc)

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
void
setLoopStride(
    SgNode* loop,
    SgExpression* stride);

Parameters

Name

Description

loop

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

stride

This class represents the notion of an expression. Expressions

Created with MrDocs