Searched refs:ExprFragmentSizeInBits (Results 1 – 1 of 1) sorted by relevance
6223 uint64_t ExprFragmentSizeInBits = ExprFragmentInfo->SizeInBits; in EmitFuncArgumentDbgValue() local6226 if (Offset >= ExprFragmentSizeInBits) in EmitFuncArgumentDbgValue()6230 if (Offset + RegFragmentSizeInBits > ExprFragmentSizeInBits) { in EmitFuncArgumentDbgValue()6231 RegFragmentSizeInBits = ExprFragmentSizeInBits - Offset; in EmitFuncArgumentDbgValue()