add cttz and ctpop

llvm-svn: 23848
This commit is contained in:
Andrew Lenharth 2005-10-20 19:38:11 +00:00
parent 7efe53d90b
commit 7e0e8234f6
1 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,8 @@ def xor : SDNode<"ISD::XOR" , SDTIntBinOp,
def sext_inreg : SDNode<"ISD::SIGN_EXTEND_INREG", SDTExtInreg>;
def ctlz : SDNode<"ISD::CTLZ" , SDTIntUnaryOp>;
def cttz : SDNode<"ISD::CTTZ" , SDTIntUnaryOp>;
def ctpop : SDNode<"ISD::CTPOP" , SDTIntUnaryOp>;
def sext : SDNode<"ISD::SIGN_EXTEND", SDTIntExtendOp>;
def zext : SDNode<"ISD::ZERO_EXTEND", SDTIntExtendOp>;
def anyext : SDNode<"ISD::ANY_EXTEND" , SDTIntExtendOp>;