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.cpp121 unsigned SplitBegin = SL->getElementOffset(I); in splitGlobal() local
141 if (AttachedTo < SplitBegin || AttachedTo >= SplitEnd) in splitGlobal()
147 ConstantInt::get(Int32Ty, ByteOffset - SplitBegin)), in splitGlobal()