Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/Transforms/InstCombine/
Dxor-of-icmps-with-extra-uses.ll90 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
Dselect_meta.ll303 define i32 @not_cond(i1 %c, i32 %tv, i32 %fv) {
304 ; CHECK-LABEL: @not_cond(
/external/selinux/libsepol/src/
Doptimize.c126 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/
Dast_to_hir.cpp7049 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()