llvm::BasicTTIImplBase::isLSRCostLess

Return true if LSR cost C1 is lower than C2.

Synopsis

Declared in <llvm/CodeGen/BasicTTIImpl.h>

bool
isLSRCostLess(
    TTI::LSRCost const& C1,
    TTI::LSRCost const& C2) const override;

Return Value

True if LSR cost C1 is lower than C2.

Parameters

NameDescription
C1First LSR cost.
C2Second LSR cost.