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

  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 909 uint64_t DepSize = DL.getTypeSizeInBits(DepLI->getType());
910 int R = AnalyzeLoadFromClobberingWrite(LoadTy, LoadPtr, DepPtr, DepSize, DL);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp 873 uint64_t DepSize = TD.getTypeSizeInBits(DepLI->getType());
874 int R = AnalyzeLoadFromClobberingWrite(LoadTy, LoadPtr, DepPtr, DepSize, TD);
    [all...]

Completed in 112 milliseconds