Lines Matching refs:global
5 ; This testcase is primarily used for testing that global values can be used as
13 @t3 = global i32* @t1 ;; Forward reference
14 @t1 = global i32 4
15 @t4 = global i32** @t3 ;; reference to reference
17 @t2 = global i32* @t1
19 global float * @2 ;; Forward numeric reference
20 global float * @2 ;; Duplicate forward numeric reference
21 global float 0.0
22 global float * @2 ;; Numeric reference
25 @fptr = global void() * @f ;; Forward ref method defn
28 @sptr1 = global [11x i8]* @somestr ;; Forward ref to a constant
30 @sptr2 = global [11x i8]* @somestr