Return true if LSR cost of C1 is lower than C2.
Synopsis
Declared in <llvm/Analysis/TargetTransformInfo.h>
bool
isLSRCostLess(
TargetTransformInfo::LSRCost const& C1,
TargetTransformInfo::LSRCost const& C2) const;
Return Value
True if LSR cost of C1 is lower than C2.
Parameters
Name |
Description |
C1 |
First LSR cost. |
C2 |
Second LSR cost. |
Created with MrDocs