Searched refs:chk3 (Results 1 – 2 of 2) sorted by relevance
/external/llvm/test/Transforms/GuardWidening/ |
D | range-check-merging.ll | 8 ; CHECK: %wide.chk2 = and i1 %chk3, %chk0 25 %chk3 = icmp ult i32 %x.inc3, %length 26 call void(i1, ...) @llvm.experimental.guard(i1 %chk3) [ "deopt"() ] 33 ; CHECK: %wide.chk2 = and i1 %chk3, %chk0 50 %chk3 = icmp ult i32 %x.inc3, %length 51 call void(i1, ...) @llvm.experimental.guard(i1 %chk3) [ "deopt"() ] 58 ; CHECK: %wide.chk2 = and i1 %chk3, %chk0 76 %chk3 = icmp ult i32 %x.inc3, %length 77 call void(i1, ...) @llvm.experimental.guard(i1 %chk3) [ "deopt"() ] 84 ; CHECK: %wide.chk2 = and i1 %chk3, %chk0 [all …]
|
/external/clang/test/Sema/ |
D | align-x86.c | 43 short chk3[sizeof(T[2]) == 6 ? 1 : -1]; variable 53 short chk3[sizeof(T2[2]) == 8 ? 1 : -1]; variable
|