Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DMCAtom.cpp39 uint64_t LeftBegin = Begin; in split() local
45 Parent->remap(this, LeftBegin, LeftEnd); in split()
53 std::vector<MCData>::iterator I = Data.begin() + (RightBegin - LeftBegin); in split()