Searched refs:ExprFragmentSizeInBits (Results 1 – 1 of 1) sorted by relevance
5715 uint64_t ExprFragmentSizeInBits = ExprFragmentInfo->SizeInBits; in EmitFuncArgumentDbgValue() local5718 if (Offset >= ExprFragmentSizeInBits) in EmitFuncArgumentDbgValue()5722 if (Offset + RegFragmentSizeInBits > ExprFragmentSizeInBits) { in EmitFuncArgumentDbgValue()5723 RegFragmentSizeInBits = ExprFragmentSizeInBits - Offset; in EmitFuncArgumentDbgValue()