Searched refs:ExcessBits (Results 1 – 1 of 1) sorted by relevance
1939 unsigned ExcessBits = in ExpandIntRes_LOAD() local1941 EVT NEVT = EVT::getIntegerVT(*DAG.getContext(), ExcessBits); in ExpandIntRes_LOAD()1962 unsigned ExcessBits = (EBytes - IncrementSize)*8; in ExpandIntRes_LOAD() local1967 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() local2236 ExcessBits))); in ExpandIntRes_SIGN_EXTEND()[all …]