Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpTableToSwitch.cpp68 APInt StrideBytes = VariableOffsets.front().second; in parseJumpTable() local
70 if (JumpTableSizeBytes % StrideBytes.getZExtValue() != 0) in parseJumpTable()
72 const uint64_t N = JumpTableSizeBytes / StrideBytes.getZExtValue(); in parseJumpTable()
81 APInt Offset = Index * StrideBytes; in parseJumpTable()