Add a new method to SDNode/SDOperand named getValueSizeInBits
authorDan Gohman <gohman@apple.com>
Mon, 25 Feb 2008 19:08:02 +0000 (19:08 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 25 Feb 2008 19:08:02 +0000 (19:08 +0000)
commit4fc3d5dac255120e2f0c0b537044fcf56a30fa34
tree5ebf9e2756976a868e2e77b9d149131fd476fc86
parent1a9c9df1db4ab3bf39f0395a7086576b4491d50b
Add a new method to SDNode/SDOperand named getValueSizeInBits
that combines getValueType and MVT::getSizeInBits, since this
occurrs frequently.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47552 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h