<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><span class="Apple-style-span" style="font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size: 13px; ">Hi, <br>I'm new with clang. I want to know how to get loop boundary form ForStmt. For example, for(int i = 0; i!=10;++i) , I want to get the value 0 and 10. Then I can use those value in other template such as intel TBB parallel_for. <br><br>I already know that getCond(),getInit() method, but how to get the value? <br><br>Thanks.</span>                                           </div></body>
</html>