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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 2625 uint64_t LeftSize = Size;
2626 if (LeftSize >= ShadowVecSize) {
2641 LeftSize -= ShadowVecSize;
2643 } while (LeftSize >= ShadowVecSize);
2646 while (LeftSize > 0) {
2650 --LeftSize;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 10852 uint64_t LeftSize = S.Context.getTypeSize(LHSExprType);
10854 LeftSize = S.Context.getIntWidth(LHSExprType);
10857 LeftSize = FXSema.getWidth() - (unsigned)FXSema.hasUnsignedPadding();
10859 llvm::APInt LeftBits(Right.getBitWidth(), LeftSize);

Completed in 26 milliseconds