Return true if LSR cost C1 is lower than C2.
Declared in <llvm/CodeGen/BasicTTIImpl.h>
bool
isLSRCostLess(
TTI::LSRCost const& C1,
TTI::LSRCost const& C2) const override;
True if LSR cost C1 is lower than C2.
| Name | Description |
|---|---|
| C1 | First LSR cost. |
| C2 | Second LSR cost. |