Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4062 unsigned ExcessBits = ExpandIntRes_LOAD() local
4083 unsigned ExcessBits = (EBytes - IncrementSize)*8; ExpandIntRes_LOAD() local
4800 unsigned ExcessBits = Op.getValueSizeInBits() - NVT.getSizeInBits(); ExpandIntRes_SIGN_EXTEND() local
4826 unsigned ExcessBits = EVT.getSizeInBits() - Lo.getValueSizeInBits(); ExpandIntRes_SIGN_EXTEND_INREG() local
5117 unsigned ExcessBits = Op.getValueSizeInBits() - NVT.getSizeInBits(); ExpandIntRes_ZERO_EXTEND() local
5588 unsigned ExcessBits = ExpandIntOp_STORE() local
5608 unsigned ExcessBits = (EBytes - IncrementSize)*8; ExpandIntOp_STORE() local
[all...]