Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3912 unsigned ExcessBits = ExpandIntRes_LOAD() local
3933 unsigned ExcessBits = (EBytes - IncrementSize)*8; ExpandIntRes_LOAD() local
4670 unsigned ExcessBits = Op.getValueSizeInBits() - NVT.getSizeInBits(); ExpandIntRes_SIGN_EXTEND() local
4696 unsigned ExcessBits = EVT.getSizeInBits() - Lo.getValueSizeInBits(); ExpandIntRes_SIGN_EXTEND_INREG() local
4987 unsigned ExcessBits = Op.getValueSizeInBits() - NVT.getSizeInBits(); ExpandIntRes_ZERO_EXTEND() local
5451 unsigned ExcessBits = ExpandIntOp_STORE() local
5471 unsigned ExcessBits = (EBytes - IncrementSize)*8; ExpandIntOp_STORE() local
[all...]