Lines Matching full:global
13 global i64 u0x00001 ; hexadecimal unsigned integer constants
14 global i64 s0x0012312 ; hexadecimal signed integer constants
16 @t2 = global i32* @t1 ;; Forward reference without cast
17 @t3 = global i32* bitcast (i32* @t1 to i32*) ;; Forward reference with cast
18 @t1 = global i32 4 ;; i32* @0
19 @t4 = global i32** bitcast (i32** @t3 to i32**) ;; Cast of a previous cast
20 @t5 = global i32** @t3 ;; Reference to a previous cast
21 @t6 = global i32*** @t4 ;; Different ref. to a previous cast
22 @t7 = global float* inttoptr (i32 12345678 to float*) ;; Cast ordinary value to ptr
23 @t9 = global i32 bitcast (float bitcast (i32 8 to float) to i32) ;; Nested cast expression
25 global i32* bitcast (float* @4 to i32*) ;; Forward numeric reference
26 global float* @4 ;; Duplicate forward numeric reference
27 global float 0.0
35 @arrayPtr = global i32* getelementptr ([2 x i32], [2 x i32]* @array, i64 0, i64 0) ;; i32* &@arr…
36 @arrayPtr5 = global i32** getelementptr (i32*, i32** @arrayPtr, i64 5) ;; i32* &@arrayPtr[5]
39 @char5 = global i8* getelementptr([11x i8], [11x i8]* @somestr, i64 0, i64 5)
42 @char8a = global i32* bitcast (i8* getelementptr([11x i8], [11x i8]* @somestr, i64 0, i64 8) to i32…
45 @char8b = global i8* getelementptr([11x i8], [11x i8]* @somestr, i64 sext (i8 0 to i64), i64 sext (…
54 @S1 = global %SType* null ;; Global initialized to NULL
59 @S1ptr = global %SType** @S1 ;; Ref. to global S1
60 @S2 = global %SType* @S2c ;; Ref. to constant S2
61 @S3 = global %SAType* @S3c ;; Ref. to constant S3
64 @S1fld1a = global float* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 0)
66 @S1fld1b = global float* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 0)
68 @S1fld1bptr = global float** @S1fld1b ;; Ref. to previous pointer
71 @S2fld3 = global i8* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 1, i32 0)
74 ;@S3fld3 = global float* getelementptr (%SAType*, %SAType** @S3, i64 0, i64 0, i32 1, i32 0, i64 0)