Added more helper functions for binary instructions emulating
authorVikram S. Adve <vadve@cs.uiuc.edu>
Thu, 15 Aug 2002 14:15:48 +0000 (14:15 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Thu, 15 Aug 2002 14:15:48 +0000 (14:15 +0000)
commit1718337cf7e42f38b34be31c7b74e9907a276584
tree190532240d386d48247bd20e5b0b18f57d465c9a
parent0f63e22e843e750ab89617824183d2821563f5e7
Added more helper functions for binary instructions emulating
unary Neg and Not: isNeg, isNot, getNegArgument, and getNotArgument.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3341 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InstrTypes.h
lib/VMCore/iOperators.cpp