Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1413 unsigned BitsToDescribe = 0; in handleDebugValue() local
1415 BitsToDescribe = *VarSize; in handleDebugValue()
1417 BitsToDescribe = Fragment->SizeInBits; in handleDebugValue()
1420 if (Offset >= BitsToDescribe) in handleDebugValue()
1424 unsigned FragmentSize = (Offset + RegisterSize > BitsToDescribe) in handleDebugValue()
1425 ? BitsToDescribe - Offset in handleDebugValue()