[APInt] Use operator<<= instead of shl where possible. NFC
authorCraig Topper <craig.topper@gmail.com>
Sun, 23 Apr 2017 05:18:31 +0000 (05:18 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 23 Apr 2017 05:18:31 +0000 (05:18 +0000)
commit5f68af08066b28be2cb12befe0067cbafa0f8ac2
tree0fda37a49bd5b6de24c590fa89556cf758394594
parent5da709025629fcc90a37cfd942632c98a3c4de94
[APInt] Use operator<<= instead of shl where possible. NFC

llvm-svn: 301103
llvm/include/llvm/ADT/APInt.h
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
llvm/lib/Support/APInt.cpp
llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp