llvm::TargetLoweringBase::isMultiStoresCheaperThanBitsMerge

Return true if it is cheaper to split the store of a merged int val from a pair of smaller values into multiple stores.

Synopsis

Declared in <llvm/CodeGen/TargetLowering.h>

virtual
bool
isMultiStoresCheaperThanBitsMerge(
    EVT LTy,
    EVT HTy) const;

Return Value

True if it is cheaper to split the store of a merged int val from a pair of smaller values into multiple stores.

Parameters

NameDescription
LTyLow half type.
HTyHigh half type.