HomeSort by relevance Sort by last modified time
    Searched refs:SplitEnd (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 48 static const uint64_t SplitEnd = 1ULL<<13; ///< Last part of a split
118 bool isSplitEnd() const { return Flags & SplitEnd; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
GlobalSplit.cpp 86 unsigned SplitEnd = (I == Init->getNumOperands() - 1)
105 if (AttachedTo < SplitBegin || AttachedTo >= SplitEnd)

Completed in 476 milliseconds