Searched refs:ExcessBits (Results 1 – 1 of 1) sorted by relevance
4095 unsigned ExcessBits = in ExpandIntRes_LOAD() local4097 EVT NEVT = EVT::getIntegerVT(*DAG.getContext(), ExcessBits); in ExpandIntRes_LOAD()4116 unsigned ExcessBits = (EBytes - IncrementSize)*8; in ExpandIntRes_LOAD() local4121 MemVT.getSizeInBits() - ExcessBits), in ExpandIntRes_LOAD()4129 EVT::getIntegerVT(*DAG.getContext(), ExcessBits), in ExpandIntRes_LOAD()4137 if (ExcessBits < NVT.getSizeInBits()) { in ExpandIntRes_LOAD()4142 DAG.getConstant(ExcessBits, dl, in ExpandIntRes_LOAD()4147 DAG.getConstant(NVT.getSizeInBits() - ExcessBits, dl, in ExpandIntRes_LOAD()4833 unsigned ExcessBits = Op.getValueSizeInBits() - NVT.getSizeInBits(); in ExpandIntRes_SIGN_EXTEND() local4836 ExcessBits))); in ExpandIntRes_SIGN_EXTEND()[all …]