search for: framedlt

Displaying 3 results from an estimated 3 matches for "framedlt".

Did you mean: framed
2012 Apr 17
2
[LLVMdev] Issue with GetElementPtrInst in Instruction Combining pass
...t; 4*SAMPLE; i++){                 Data[i] = 0;         } This filled buffer is then passed to various functions, on it's journey handling data at various instance of time about frames. These functions use this buffer, by assiging to appropriate struct pointers (memory reusing probably).      frameDLt  = (FRAME_DATA*) &Data[MAX_SIZE];    frameDRt  = (FRAME_DATA*) &Data[3*MAX_SIZE]; Where frameDLt and frameDRt are struct pointers to "FRAME_DATA *frameDLt;" and "SBR_FRAME_DATA *frameDRt;"   The struct is defined as:    %struct._FRAME_DATA = type { i16, %struct._FRAME_...
2012 Apr 18
0
[LLVMdev] Issue with GetElementPtrInst in Instruction Combining pass
...lt; 4*SAMPLE; i++){                 Data[i] = 0;         } This filled buffer is then passed to various functions, on it's journey handling data at various instance of time about frames. These functions use this buffer, by assiging to appropriate struct pointers (memory reusing probably).    frameDLt  = (FRAME_DATA*) &Data[MAX_SIZE];    frameDRt  = (FRAME_DATA*) &Data[3*MAX_SIZE]; Where frameDLt and frameDRt are struct pointers to "FRAME_DATA *frameDLt;" and "SBR_FRAME_DATA *frameDRt;" The struct is defined as:  %struct._FRAME_DATA = type { i16, %struct._FRAME_IN...
2012 Apr 17
2
[LLVMdev] Issue with GetElementPtrInst in Instruction Combining pass
With reference to the previous query, I think, i miscalculated the offset, just recalculating. 1. without instruction combining coupling member variable, is at:   %struct._FRAME_DATA* %2, i32 0, i32 5   where "%2" is defined as:   %arrayidx3 = getelementptr inbounds i16* %Data, i32 1024, !dbg !446   %2 = bitcast i16* %arrayidx3 to %struct._FRAME_DATA*, !dbg !446 i.e. at 5 offset in