llvm::SCEVPredicate::operator=

Copy-assign this predicate.

Synopsis

Declared in <llvm/Analysis/ScalarEvolution.h>

constexpr
SCEVPredicate&
operator=(SCEVPredicate const& Other) = default;

Return Value

Reference to this predicate.

Parameters

NameDescription
OtherPredicate to assign from.