Return true if it is cheaper to split the store of a merged int val from a pair of smaller values into multiple stores.
Declared in <llvm/CodeGen/TargetLowering.h>
virtual
bool
isMultiStoresCheaperThanBitsMerge(
EVT LTy,
EVT HTy) const;
True if it is cheaper to split the store of a merged int val from a pair of smaller values into multiple stores.
| Name | Description |
|---|---|
| LTy | Low half type. |
| HTy | High half type. |