Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetCallingConv.h48 static const uint64_t SplitEnd = 1ULL<<13; ///< Last part of a split member
118 bool isSplitEnd() const { return Flags & SplitEnd; } in isSplitEnd()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DGlobalSplit.cpp86 unsigned SplitEnd = (I == Init->getNumOperands() - 1) in splitGlobal() local
105 if (AttachedTo < SplitBegin || AttachedTo >= SplitEnd) in splitGlobal()