Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1939 unsigned ExcessBits = in ExpandIntRes_LOAD() local
1941 EVT NEVT = EVT::getIntegerVT(*DAG.getContext(), ExcessBits); in ExpandIntRes_LOAD()
1962 unsigned ExcessBits = (EBytes - IncrementSize)*8; in ExpandIntRes_LOAD() local
1967 MemVT.getSizeInBits() - ExcessBits), in ExpandIntRes_LOAD()
1977 EVT::getIntegerVT(*DAG.getContext(), ExcessBits), in ExpandIntRes_LOAD()
1986 if (ExcessBits < NVT.getSizeInBits()) { in ExpandIntRes_LOAD()
1990 DAG.getConstant(ExcessBits, in ExpandIntRes_LOAD()
1995 DAG.getConstant(NVT.getSizeInBits() - ExcessBits, in ExpandIntRes_LOAD()
2232 unsigned ExcessBits = in ExpandIntRes_SIGN_EXTEND() local
2236 ExcessBits))); in ExpandIntRes_SIGN_EXTEND()
[all …]