<div dir="ltr">Is it possible to get a meaningful SCEV expression on a vector element ?<div><br></div><div>I am having a vector and I am extracting an element using "extractelement" instruction like below :</div><div> %2 = extractelement <5 x i32> %vecins32, i32 0</div><div><br></div><div>The extracted value will be a scalar. This value is being set in each iteration of a loop. I want to see how this value is getting incremented.</div><div><br></div><div>Is it possible to run Scalar Evolution analysis on this and get a meaningful SCEV expression ?</div></div>