Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp120 unsigned SplitBegin = SL->getElementOffset(I); in splitGlobal() local
140 if (AttachedTo < SplitBegin || AttachedTo >= SplitEnd) in splitGlobal()
146 ConstantInt::get(Int32Ty, ByteOffset - SplitBegin)), in splitGlobal()