Searched refs:ExcessBits (Results 1 – 1 of 1) sorted by relevance
3219 unsigned ExcessBits = in ExpandIntRes_LOAD() local3221 EVT NEVT = EVT::getIntegerVT(*DAG.getContext(), ExcessBits); in ExpandIntRes_LOAD()3240 unsigned ExcessBits = (EBytes - IncrementSize)*8; in ExpandIntRes_LOAD() local3245 MemVT.getSizeInBits() - ExcessBits), in ExpandIntRes_LOAD()3253 EVT::getIntegerVT(*DAG.getContext(), ExcessBits), in ExpandIntRes_LOAD()3261 if (ExcessBits < NVT.getSizeInBits()) { in ExpandIntRes_LOAD()3266 DAG.getConstant(ExcessBits, dl, in ExpandIntRes_LOAD()3271 DAG.getConstant(NVT.getSizeInBits() - ExcessBits, dl, in ExpandIntRes_LOAD()3858 unsigned ExcessBits = Op.getValueSizeInBits() - NVT.getSizeInBits(); in ExpandIntRes_SIGN_EXTEND() local3861 ExcessBits))); in ExpandIntRes_SIGN_EXTEND()[all …]