[SCEV] Add SCEV::operands() method (NFC)
authorNikita Popov <npopov@redhat.com>
Fri, 16 Dec 2022 14:49:50 +0000 (15:49 +0100)
committerNikita Popov <npopov@redhat.com>
Fri, 16 Dec 2022 14:50:42 +0000 (15:50 +0100)
commit29fa062f0a2aeeb37e644887eb1be8c458c981b2
tree653231ba1c8cb3740de7fad111fdc59f00c3377d
parent82b51a14280414a53413ed62c001d2c589c649c3
[SCEV] Add SCEV::operands() method (NFC)

Add an operands() method on SCEV, which forwards to the operands()
method of individual SCEV expressions.
llvm/include/llvm/Analysis/ScalarEvolution.h
llvm/lib/Analysis/ScalarEvolution.cpp