struct TargetTransformInfo::MemCmpExpansionOptions
Declaration
struct TargetTransformInfo::MemCmpExpansionOptions { /* full declaration omitted */ };
Description
Returns options for expansion of memcmp. IsZeroCmp is
Declared at: llvm/include/llvm/Analysis/TargetTransformInfo.h:683
Member Variables
- public unsigned int MaxNumLoads = 0
- public SmallVector<unsigned int, 8> LoadSizes
- public unsigned int NumLoadsPerBlock = 1
- public bool AllowOverlappingLoads = false
Method Overview
- public bool operator bool() const
Methods
ΒΆbool operator bool() const
bool operator bool() const
Declared at: llvm/include/llvm/Analysis/TargetTransformInfo.h:685