Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a new
authorBob Wilson <bob.wilson@apple.com>
Sun, 1 Mar 2009 01:13:55 +0000 (01:13 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sun, 1 Mar 2009 01:13:55 +0000 (01:13 +0000)
commita27ea9e89f38e9bcca4d67defb0bae887a16d72c
tree169e3839df3c8f649cc93b6aaa34b53633ad5b79
parentf6f0bdfec336b596b095b4db8126149bbb33fec1
Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a new
method in a BuildVectorSDNode "pseudo-class".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65747 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp