Displaying 1 result from an estimated 1 matches for "cnexti".
Did you mean:
nexti
2013 Jan 31
1
[LLVMdev] emitPseudoInstruction with MCJIT on LLVM 3.2 for ARM
...q i32 %nexti, 1024
br i1 %preCondTest, label %secondTermi, label %smCleanUpi.preheader
smCleanUpi.preheader: ; preds = %firstTermi
br label %smCleanUpi
smCleanUpi: ; preds = %smCleanUpi, %smCleanUpi.preheader
%i3 = phi i32 [ %cNexti, %smCleanUpi ], [ 1024, %smCleanUpi.preheader ]
%6 = getelementptr float* %y, i32 %i3
%7 = getelementptr float* %a, i32 %i3
%8 = load float* %7
%9 = getelementptr float* %b, i32 %i3
%10 = load float* %9
%11 = fadd float %8, %10
store float %11, float* %6
%cNexti = add i32 %i3, 1
%...