SelectionDAGNodes.h - fix Wdocumentation warnings. NFC.
This commit is contained in:
parent
27105e2f30
commit
630a65f3da
|
|
@ -2081,8 +2081,8 @@ public:
|
|||
bool isConstant() const;
|
||||
|
||||
/// If this BuildVector is constant and represents the numerical series
|
||||
/// `<a, a+n, a+2n, a+3n, ...>` where a is integer and n is a non-zero integer,
|
||||
/// the value `<a,n>` is returned.
|
||||
/// "<a, a+n, a+2n, a+3n, ...>" where a is integer and n is a non-zero integer,
|
||||
/// the value "<a,n>" is returned.
|
||||
Optional<std::pair<APInt, APInt>> isConstantSequence() const;
|
||||
|
||||
/// Recast bit data \p SrcBitElements to \p DstEltSizeInBits wide elements.
|
||||
|
|
|
|||
Loading…
Reference in New Issue