[InstCombine] add bitcast+extelt helper function; NFC
authorSanjay Patel <spatel@rotateright.com>
Mon, 24 Sep 2018 20:41:22 +0000 (20:41 +0000)
committerSanjay Patel <spatel@rotateright.com>
Mon, 24 Sep 2018 20:41:22 +0000 (20:41 +0000)
commit4674c7765d97b5f1e3d6ecf7fba21d0f07b3f757
tree691fac450cd8dabf9325ef3b084d941d1de2a59c
parentdc48c4fff4fdb61ebad48b62ae1f21a32af1e50c
[InstCombine] add bitcast+extelt helper function; NFC

We can handle patterns where the elements have different
sizes, so refactoring ahead of trying to add another blob
within these clauses.

llvm-svn: 342918
llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp