<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri" size="2"><span style="font-size:11pt;">
<div>Hi,</div>
<div> </div>
<div>I’m trying to cast one of the SCEV node to “SCEVAddRecExpr”.</div>
<div> </div>
<div>Every time cast return NULL, and I’m unable to do this.</div>
<div> </div>
<div>SCEV Node:</div>
<div>((4 * (sext i32 {2,+,2}<%for.body4> to i64))<nsw> + %var)<nsw></div>
<div> </div>
<div>Casting:</div>
<div>const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(SCEVNode);</div>
<div> </div>
<div>‘var’ is of type float pointer (float*).</div>
<div> </div>
<div>Without ‘sext’ it works, but I’m wondering why it not working in above case.</div>
<div> </div>
<div>I’m not sure, is such casting allowed ?</div>
<div> </div>
<div>Regards,</div>
<div>Ashutosh</div>
<div> </div>
<div> </div>
</span></font>
</body>
</html>