Searched refs:JumpTableSizeBytes (Results 1 – 1 of 1) sorted by relevance
69 const uint64_t JumpTableSizeBytes = DL.getTypeAllocSize(GV->getValueType()); in parseJumpTable() local70 if (JumpTableSizeBytes % StrideBytes.getZExtValue() != 0) in parseJumpTable()72 const uint64_t N = JumpTableSizeBytes / StrideBytes.getZExtValue(); in parseJumpTable()