Home
last modified time | relevance | path

Searched refs:FragmentSizeInBits (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp476 uint64_t FragmentSizeInBits, in transferSRADebugInfo() argument
485 if (FragmentSizeInBits < VarSize) { in transferSRADebugInfo()
487 Expr, FragmentOffsetInBits, FragmentSizeInBits)) in transferSRADebugInfo()
570 uint64_t FragmentSizeInBits = DL.getTypeAllocSizeInBits(ElTy); in SRAGlobal() local
578 transferSRADebugInfo(GV, NGV, FragmentSizeInBits * ElementIdx, in SRAGlobal()
579 FragmentSizeInBits, VarSize); in SRAGlobal()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DDebugInfoMetadata.cpp1461 uint64_t FragmentSizeInBits = Op.getArg(1); in createFragmentExpression() local
1462 (void)FragmentSizeInBits; in createFragmentExpression()
1463 assert((OffsetInBits + SizeInBits <= FragmentSizeInBits) && in createFragmentExpression()