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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 476 uint64_t FragmentSizeInBits,
485 if (FragmentSizeInBits < VarSize) {
487 Expr, FragmentOffsetInBits, FragmentSizeInBits))
570 uint64_t FragmentSizeInBits = DL.getTypeAllocSizeInBits(ElTy);
578 transferSRADebugInfo(GV, NGV, FragmentSizeInBits * ElementIdx,
579 FragmentSizeInBits, VarSize);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfoMetadata.cpp 1461 uint64_t FragmentSizeInBits = Op.getArg(1);
1462 (void)FragmentSizeInBits;
1463 assert((OffsetInBits + SizeInBits <= FragmentSizeInBits) &&

Completed in 37 milliseconds