Add op_values() to iterate over the SDValue operands of an SDNode.
authorPete Cooper <peter_cooper@apple.com>
Fri, 26 Jun 2015 18:17:36 +0000 (18:17 +0000)
committerPete Cooper <peter_cooper@apple.com>
Fri, 26 Jun 2015 18:17:36 +0000 (18:17 +0000)
commit7c79346d81dd27a83d99542c9db7a38ebd542430
tree13757d46d4f11bbd2078c328853cd4f36a21c14a
parent26bc54301b5a20271805599497c3f4c927d39aeb
Add op_values() to iterate over the SDValue operands of an SDNode.

SDNode already had ops() which would iterate over the operands and return
SDUse*.  This version instead gets the SDValue's out of the SDUse's so that
we can use foreach in more places.

Reviewed by David Blaikie.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240805 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
lib/Target/AArch64/AArch64ISelLowering.cpp