Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp85 unsigned SplitBegin = SL->getElementOffset(I); in splitGlobal() local
105 if (AttachedTo < SplitBegin || AttachedTo >= SplitEnd) in splitGlobal()
111 ConstantInt::get(Int32Ty, ByteOffset - SplitBegin)), in splitGlobal()