Home | History | Annotate | Download | only in CodeGenObjC

Lines Matching full:test69

1499 @interface Test69 @end
1500 @implementation Test69
1503 // CHECK: define internal i8* @"\01-[Test69 foo]"(
1504 // CHECK: [[SELF:%.*]] = alloca [[TEST69:%.*]]*, align 8
1505 // CHECK: [[T0:%.*]] = load [[TEST69]]*, [[TEST69]]** [[SELF]], align 8
1506 // CHECK-NEXT: [[T1:%.*]] = bitcast [[TEST69]]* [[T0]] to i8*