HomeSort by: relevance | last modified time | path
    Searched refs:MaxIntSize (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 140 unsigned MaxIntSize = DL.getLargestLegalIntTypeSizeInBits() / 8;
141 if (MaxIntSize == 0)
142 MaxIntSize = 1;
143 unsigned NumPointerStores = Bytes / MaxIntSize;
146 unsigned NumByteStores = Bytes % MaxIntSize;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 5406 unsigned MaxIntSize = Subtarget.is64Bit() ? 64 : 32;
5407 return (MemVT.getSizeInBits() <= MaxIntSize);
    [all...]

Completed in 42 milliseconds