struct TypeTestResolution
Declaration
struct TypeTestResolution { /* full declaration omitted */ };
Declared at: llvm/include/llvm/IR/ModuleSummaryIndex.h:798
Member Variables
- public enum Kind TheKind = Unsat
- public unsigned int SizeM1BitWidth = 0
- Range of size-1 expressed as a bit width. For example, if the size is in range [1,256], this number will be 8. This helps generate the most compact instruction sequences.
- public uint64_t AlignLog2 = 0
- public uint64_t SizeM1 = 0
- public uint8_t BitMask = 0
- public uint64_t InlineBits = 0