Home
last modified time | relevance | path

Searched refs:JumpTableSizeBytes (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpTableToSwitch.cpp69 const uint64_t JumpTableSizeBytes = DL.getTypeAllocSize(GV->getValueType()); in parseJumpTable() local
70 if (JumpTableSizeBytes % StrideBytes.getZExtValue() != 0) in parseJumpTable()
72 const uint64_t N = JumpTableSizeBytes / StrideBytes.getZExtValue(); in parseJumpTable()