[InstCombine] name change: foldShuffledBinop -> foldVectorBinop; NFC
authorSanjay Patel <spatel@rotateright.com>
Wed, 3 Oct 2018 15:20:58 +0000 (15:20 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 3 Oct 2018 15:20:58 +0000 (15:20 +0000)
commit79dceb2903f8b6ad049b763922843dca26c6aa05
treee31aec97effa736845d820b797c42429f1a2da75
parent207e0217f9a4bc1593c8851a62bd42852e78abe9
[InstCombine] name change: foldShuffledBinop -> foldVectorBinop; NFC

This function will deal with more than shuffles with D50992, and I
have another potential per-element fold that could live here.

llvm-svn: 343692
llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
llvm/lib/Transforms/InstCombine/InstCombineInternal.h
llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp