HomeSort by relevance Sort by last modified time
    Searched refs:CopySize (Results 1 - 5 of 5) 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/
ic.cc     [all...]
objects.cc     [all...]
objects.h     [all...]

Completed in 112 milliseconds