Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateNot

1681   return BinaryOperator::CreateNot(Result);
1881 return BinaryOperator::CreateNot(Xor);
1890 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp");
1897 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp");
1904 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp");
1911 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp");