Searched refs:ExprFragmentSizeInBits (Results 1 – 1 of 1) sorted by relevance
6129 uint64_t ExprFragmentSizeInBits = ExprFragmentInfo->SizeInBits; in EmitFuncArgumentDbgValue() local6132 if (Offset >= ExprFragmentSizeInBits) in EmitFuncArgumentDbgValue()6136 if (Offset + RegFragmentSizeInBits > ExprFragmentSizeInBits) { in EmitFuncArgumentDbgValue()6137 RegFragmentSizeInBits = ExprFragmentSizeInBits - Offset; in EmitFuncArgumentDbgValue()