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

  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 817 ConstantInt *CopySize = dyn_cast<ConstantInt>(M->getLength());
818 if (CopySize == 0 || M->isVolatile()) return false;
832 Builder.CreateMemSet(M->getRawDest(), ByteVal, CopySize,
847 CopySize->getZExtValue(), M->getAlignment()
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/chromium_org/v8/src/
factory.cc 599 CALL_HEAP_FUNCTION(isolate(), array->CopySize(new_length), FixedArray);
    [all...]
objects.cc     [all...]
ic.cc     [all...]
objects-inl.h     [all...]
objects.h     [all...]
  /external/v8/src/
ic.cc     [all...]
objects.cc     [all...]
objects.h     [all...]

Completed in 275 milliseconds