Searched defs:ExcessBits (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2980 unsigned ExcessBits = local
3001 unsigned ExcessBits = (EBytes - IncrementSize)*8; local
3582 unsigned ExcessBits = Op.getValueSizeInBits() - NVT.getSizeInBits(); local
3608 unsigned ExcessBits = EVT.getSizeInBits() - Lo.getValueSizeInBits(); local
3847 unsigned ExcessBits = Op.getValueSizeInBits() - NVT.getSizeInBits(); local
4243 unsigned ExcessBits = local
4263 unsigned ExcessBits = (EBytes - IncrementSize)*8; local
[all...]

Completed in 117 milliseconds