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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 164 BitSetInfo BSI;
165 BSI.ByteOffset = Min;
167 BSI.AlignLog2 = 0;
169 BSI.AlignLog2 = countTrailingZeros(Mask, ZB_Undefined);
173 BSI.BitSize = ((Max - Min) >> BSI.AlignLog2) + 1;
175 Offset >>= BSI.AlignLog2;
176 BSI.Bits.insert(Offset);
179 return BSI;
455 ByteArrayInfo *createByteArray(BitSetInfo &BSI);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 3460 if (const BlockScopeInfo *BSI = getCurBlock())
3461 currentDecl = BSI->TheDecl;
4470 else if (auto *BSI = dyn_cast<BlockScopeInfo>(CSI))
4471 DC = BSI->TheDecl;
5611 else if (auto *BSI = dyn_cast<BlockScopeInfo>(CSI))
5612 DC = BSI->TheDecl;
15445 BlockScopeInfo *BSI = cast<BlockScopeInfo>(FunctionScopes.back());
15446 BlockDecl *BD = BSI->TheDecl;
15448 if (BSI->HasImplicitReturnType)
15449 deduceClosureReturnType(*BSI);
    [all...]

Completed in 35 milliseconds