Displaying 6 results from an estimated 6 matches for "0anon".
Did you mean:
anon
2009 May 29
0
[LLVMdev] difference between alias set tracker and alias analysis evaluator
...struct {
char id[10];
int line;
} sym;
sym.line =a[1] + 10;
a[3] = 3;
sym.id[5] = a[3];
return 0;
}
and here is the ll file
define i32 @main() nounwind {
entry:
%retval = alloca i32 ; <i32*> [#uses=2]
%sym = alloca %struct..0anon ; <%struct..0anon*> [#uses=2]
%a = alloca [5 x i32] ; <[5 x i32]*> [#uses=3]
%0 = alloca i32 ; <i32*> [#uses=2]
%"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0]
%1 = getelementptr [5 x i32]* %a, i32 0, i64 1...
2009 May 29
1
[LLVMdev] difference between alias set tracker and alias analysis evaluator
...struct {
char id[10];
int line;
} sym;
sym.line =a[1] + 10;
a[3] = 3;
sym.id[5] = a[3];
return 0;
}
and here is the ll file
define i32 @main() nounwind {
entry:
%retval = alloca i32 ; <i32*> [#uses=2]
%sym = alloca %struct..0anon ; <%struct..0anon*> [#uses=2]
%a = alloca [5 x i32] ; <[5 x i32]*> [#uses=3]
%0 = alloca i32 ; <i32*> [#uses=2]
%"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0]
%1 = getelementptr [5 x i32]* %a, i32 0, i64 1...
2006 Nov 20
0
[LLVMdev] Question about bytecodes and GetElementPtr
...gt;
</head>
<body bgcolor="#ffffff" text="#000000">
I have looked in the GetElementPtr FAQ but could not find the answer to
this.<br>
<br>
I have encountered a GetElementPtr instruction that looks like this:<br>
<br>
%u.i = alloca %struct..0anon, align 8 ;
<%struct..0anon*> [#uses=2]<br>
%u = alloca %struct..0anon, align 8 ;
<%struct..0anon*> [#uses=2]<br>
%tmp = getelementptr %struct..0anon* %u, int 0, uint 0 ;
<ulong*> [#uses=1]<br>
<br>
So far so good. The bytecode...
2007 May 30
0
Headers munged into RAW_POST_DATA
...: https
* HTTP_X_FORWARDED_SERVER : foo.com
* HTTP_X_NAVID : f5c-50cfb
* PATH_INFO : /ad_keywords/new
* QUERY_STRING : cid=7&ad=5&ct=
* RAW_POST_DATA : Connection: Keep-Alive
ad_keyword%5Bsmart_keywords%5D=Non+Emergency+Transport+%0D%0ANon
+Emergency+Transportation%0D%0ATransportation+for+Disabled%0D
%0ATransport+for+Disabled%0D%0AHandicap+Transportation%0D%0AHandicap
+Transport%0D%0ADisability+Transportation%0D%0ADisability+Transport%0D
%0AMedical+Transportation+Service%0D%0AMedical+Transport+Service%0D
%0AMedical+Transportation+%0D...
2007 May 29
1
Headers munged into RAW_POST_DATA
...s
* HTTP_X_FORWARDED_SERVER : foo.com
* HTTP_X_NAVID : f5c-50cfb
* PATH_INFO : /ad_keywords/new
* QUERY_STRING : cid=7&ad=5&ct=
* RAW_POST_DATA : Connection: Keep-Alive
ad_keyword%5Bsmart_keywords%5D=Non+Emergency+Transport+%0D%0ANon
+Emergency+Transportation%0D%0ATransportation+for+Disabled%0D%
0ATransport+for+Disabled%0D%0AHandicap+Transportation%0D%0AHandicap
+Transport%0D%0ADisability+Transportation%0D%0ADisability+Transport%0D
%0AMedical+Transportation+Service%0D%0AMedical+Transport+Service%0D%
0AMedical+Transportatio...
2008 Jun 10
3
[LLVMdev] DejaGNU test fixes
...D = '/home/kooijman/src/llvm-trunk/test/FrontendC/2007-02-16-VariableSizeStructArg.c'
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
target triple = "i386-pc-linux-gnu"
%struct..0anon = type { i32 }
%struct..1anon = type { [1 x i32] }
define i32 @f(i32 %a, %struct..0anon* %c) nounwind {
entry:
%a_addr = alloca i32 ; <i32*> [#uses=2]
%retval = alloca i32 ; <i32*> [#uses=2]
%tmp = alloca i32 ; <i32*> [#uses=2]
%a.0 = alloca i32 ; <i32*> [#uses=8]...