Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dexpand-select.ll23 %cbool = icmp eq i32 %cond, 0
24 %res = select i1 %cbool, <2 x i128> %In2, <2 x i128> %In3
56 %cbool = icmp eq i32 %cond, 0
57 %res = select i1 %cbool, <2 x i96> %In2, <2 x i96> %In3
/llvm-project-15.0.7/clang/test/Sema/
H A Dinit.c62 typedef const _Bool cbool; in pbool() typedef
64 cbool pbool2 = &pbool; in pbool()