Home
last modified time | relevance | path

Searched refs:chk2 (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/Transforms/GuardWidening/
Drange-check-merging.ll8 ; CHECK: %wide.chk2 = and i1 %chk3, %chk0
9 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk2) [ "deopt"() ]
21 %chk2 = icmp ult i32 %x.inc2, %length
22 call void(i1, ...) @llvm.experimental.guard(i1 %chk2) [ "deopt"() ]
33 ; CHECK: %wide.chk2 = and i1 %chk3, %chk0
34 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk2) [ "deopt"() ]
46 %chk2 = icmp ult i32 %x.inc2, %length
47 call void(i1, ...) @llvm.experimental.guard(i1 %chk2) [ "deopt"() ]
58 ; CHECK: %wide.chk2 = and i1 %chk3, %chk0
59 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk2) [ "deopt"() ]
[all …]
/external/clang/test/Sema/
Dalign-x86.c7 short chk2[__alignof__(double) == 8 ? 1 : -1]; variable
11 short chk2[__alignof__(long long) == 8 ? 1 : -1]; variable
15 short chk2[__alignof__(unsigned long long) == 8 ? 1 : -1]; variable
19 short chk2[__alignof__(_Complex double) == 8 ? 1 : -1]; variable
24 short chk2[__alignof__(g4.a) == 1 ? 1 : -1]; variable
28 short chk2[__alignof__(double[3]) == 8 ? 1 : -1]; variable
42 short chk2[sizeof(T[1]) == 4 ? 1 : -1]; variable
52 short chk2[sizeof(T2[1]) == 4 ? 1 : -1]; variable
Dalign-systemz.c16 int chk2[__alignof__(s) == 1 ? 1 : -1]; variable
/external/llvm/test/Transforms/InstCombine/
Dcompare-unescaped.ll141 br i1 %cmp2, label %retst, label %chk2
143 chk2: