Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateNot

2127   return BinaryOperator::CreateNot(Result);
2542 return BinaryOperator::CreateNot(Res);
2788 return BinaryOperator::CreateNot(Xor);
2797 CreateNot(Op0, I.getName()+"tmp");
2804 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp");
2811 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp");
2818 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp");