Displaying 1 result from an estimated 1 matches for "f20dfdcc".
2017 Aug 31
2
struct size
Hello,
I have a code (from example in docs):
%struct.ST = type { i32, double, %struct.RT }
%struct.RT = type { i8, [10 x [20 x i32]], i8 }
; Function Attrs: norecurse nounwind readnone uwtable
define i32* @foo(%struct.ST* readnone %s) #0 {
%1 = getelementptr inbounds %struct.ST, %struct.ST* %s, i64 1, i32 2, i32
1, i64 5, i64 13
ret i32* %1
}
I want to identify, that %s is pointer to