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

  /external/swiftshader/third_party/LLVM/runtime/libprofile/
BasicBlockTracing.c 20 static unsigned *ArrayStart, *ArrayEnd, *ArrayCursor;
41 if (ArrayCursor == ArrayEnd)
60 ArrayEnd = ArrayStart + ArraySize;
  /external/clang/lib/CodeGen/
CGDecl.cpp     [all...]
CGExprAgg.cpp 366 llvm::Value *ArrayEnd =
367 Builder.CreateInBoundsGEP(ArrayPtr.getPointer(), IdxEnd, "arrayend");
368 CGF.EmitStoreThroughLValue(RValue::get(ArrayEnd), EndOrLength);
    [all...]

Completed in 256 milliseconds