[DAG] Use isAnyConstantBuildVector. NFC
authorDavid Green <david.green@arm.com>
Mon, 9 May 2022 13:13:03 +0000 (14:13 +0100)
committerDavid Green <david.green@arm.com>
Mon, 9 May 2022 13:13:03 +0000 (14:13 +0100)
commit2cfb243bcd6aeab77dc80455bc8f2061128bd11b
tree2accd448cd2b40115ef630805585e841591eea61
parent18eaff1510525a2226e1fd0c31c6b176f07ae0a7
[DAG] Use isAnyConstantBuildVector. NFC

As suggested from 02f8519502447de, this uses the
isAnyConstantBuildVector method in lieu of separate
isBuildVectorOfConstantSDNodes calls. It should
otherwise be an NFC.
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp