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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
replace_storage.hpp 29 OutputIteratorT DestBegin,
32 OutputIteratorT OutputIt=DestBegin;
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 210 auto DestBegin = DestAddr.getPointer();
212 auto DestEnd = Builder.CreateGEP(DestBegin, NumElements);
217 Builder.CreateICmpEQ(DestBegin, DestEnd, "omp.arraycpy.isempty");
234 Builder.CreatePHI(DestBegin->getType(), 2, "omp.arraycpy.destElementPast");
235 DestElementPHI->addIncoming(DestBegin, EntryBB);
274 auto DestBegin = DestAddr.getPointer();
276 auto DestEnd = CGF.Builder.CreateGEP(DestBegin, NumElements);
281 CGF.Builder.CreateICmpEQ(DestBegin, DestEnd, "omp.arrayinit.isempty");
291 DestBegin->getType(), 2, "omp.arraycpy.destElementPast");
292 DestElementPHI->addIncoming(DestBegin, EntryBB)
    [all...]

Completed in 62 milliseconds