Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/InstCombine/
Ddemorgan-zext.ll16 %notY = xor i32 %zextY, 1
17 %or = or i32 %notX, %notY
31 %notY = xor i32 %zextY, 1
32 %and = and i32 %notX, %notY
50 %notY = xor <2 x i32> %zextY, <i32 1, i32 1>
51 %or = or <2 x i32> %notX, %notY
67 %notY = xor <2 x i32> %zextY, <i32 1, i32 1>
68 %and = and <2 x i32> %notX, %notY
/external/skia/src/core/
DSkVM.cpp1089 if (Val notY = this->holdsBitNot(y.id); notY != NA) { // (x & ~y) == bit_clear(x, ~y) in bit_and() local
1090 return bit_clear(x, {this, notY}); in bit_and()