Searched refs:FragmentSizeInBits (Results 1 – 2 of 2) sorted by relevance
476 uint64_t FragmentSizeInBits, in transferSRADebugInfo() argument485 if (FragmentSizeInBits < VarSize) { in transferSRADebugInfo()487 Expr, FragmentOffsetInBits, FragmentSizeInBits)) in transferSRADebugInfo()570 uint64_t FragmentSizeInBits = DL.getTypeAllocSizeInBits(ElTy); in SRAGlobal() local578 transferSRADebugInfo(GV, NGV, FragmentSizeInBits * ElementIdx, in SRAGlobal()579 FragmentSizeInBits, VarSize); in SRAGlobal()
1461 uint64_t FragmentSizeInBits = Op.getArg(1); in createFragmentExpression() local1462 (void)FragmentSizeInBits; in createFragmentExpression()1463 assert((OffsetInBits + SizeInBits <= FragmentSizeInBits) && in createFragmentExpression()