Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateNot

1895   return BinaryOperator::CreateNot(Result);
2243 return BinaryOperator::CreateNot(Res);
2373 return BinaryOperator::CreateNot(Xor);
2382 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp");
2389 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp");
2396 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp");
2403 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp");