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

  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 811 ConstantInt *CopySize = dyn_cast<ConstantInt>(M->getLength());
812 if (CopySize == 0 || M->isVolatile()) return false;
826 Builder.CreateMemSet(M->getRawDest(), ByteVal, CopySize,
841 CopySize->getZExtValue(), M->getAlignment(),
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/v8/src/
objects.cc     [all...]

Completed in 188 milliseconds