Searched refs:not_cond (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | xor-of-icmps-with-extra-uses.ll | 90 define i1 @v4_not_store(i32 %X, i1* %not_cond) { 100 store i1 %not_cond0, i1* %not_cond 108 define i1 @v5_select_and_not(i32 %X, i32 %Y, i32* %selected, i1* %not_cond) { 122 store i1 %not_cond0, i1* %not_cond 129 define i1 @n6_select_and_not(i32 %X, i32 %Y, i32* %selected, i1* %not_cond) { 142 store i1 %cond0, i1* %not_cond
|
D | select_meta.ll | 303 define i32 @not_cond(i1 %c, i32 %tv, i32 %fv) { 304 ; CHECK-LABEL: @not_cond(
|
/external/selinux/libsepol/src/ |
D | optimize.c | 126 const ebitmap_t *type_map, unsigned char not_cond) in is_avrule_redundant() argument 149 if (not_cond && s_idx == i && t_idx == k) in is_avrule_redundant()
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 7049 ir_rvalue *const not_cond = in condition_to_hir() local 7052 ir_if *const if_stmt = new(ctx) ir_if(not_cond); in condition_to_hir()
|