Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfoMetadata.cpp918 uint64_t FragmentSizeInBits = Op.getArg(1); in createFragmentExpression() local
919 (void)FragmentSizeInBits; in createFragmentExpression()
920 assert((OffsetInBits + SizeInBits <= FragmentSizeInBits) && in createFragmentExpression()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp437 uint64_t FragmentSizeInBits, in transferSRADebugInfo() argument
446 Expr, FragmentOffsetInBits, FragmentSizeInBits)) in transferSRADebugInfo()
516 uint64_t FragmentSizeInBits = DL.getTypeAllocSizeInBits(ElTy); in SRAGlobal() local
537 transferSRADebugInfo(GV, NGV, FragmentSizeInBits * i, FragmentSizeInBits, in SRAGlobal()