Home
last modified time | relevance | path

Searched refs:chk0 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/test/Transforms/GuardWidening/
Drange-check-merging.ll8 ; CHECK: %wide.chk2 = and i1 %chk3, %chk0
13 %chk0 = icmp ult i32 %x, %length
14 call void(i1, ...) @llvm.experimental.guard(i1 %chk0) [ "deopt"() ]
33 ; CHECK: %wide.chk2 = and i1 %chk3, %chk0
38 %chk0 = icmp ult i32 %x, %length
39 call void(i1, ...) @llvm.experimental.guard(i1 %chk0) [ "deopt"() ]
58 ; CHECK: %wide.chk2 = and i1 %chk3, %chk0
64 %chk0 = icmp ult i32 %x, %length
65 call void(i1, ...) @llvm.experimental.guard(i1 %chk0) [ "deopt"() ]
84 ; CHECK: %wide.chk2 = and i1 %chk3, %chk0
[all …]
/external/clang/test/Sema/
Dalign-arm-apcs.c5 char chk0[__alignof__(struct s0) == 4 ? 1 : -1]; variable