Searched refs:ExcessBits (Results 1 – 1 of 1) sorted by relevance
2045 unsigned ExcessBits = in ExpandIntRes_LOAD() local2047 EVT NEVT = EVT::getIntegerVT(*DAG.getContext(), ExcessBits); in ExpandIntRes_LOAD()2068 unsigned ExcessBits = (EBytes - IncrementSize)*8; in ExpandIntRes_LOAD() local2073 MemVT.getSizeInBits() - ExcessBits), in ExpandIntRes_LOAD()2083 EVT::getIntegerVT(*DAG.getContext(), ExcessBits), in ExpandIntRes_LOAD()2092 if (ExcessBits < NVT.getSizeInBits()) { in ExpandIntRes_LOAD()2097 DAG.getConstant(ExcessBits, dl, in ExpandIntRes_LOAD()2102 DAG.getConstant(NVT.getSizeInBits() - ExcessBits, dl, in ExpandIntRes_LOAD()2355 unsigned ExcessBits = in ExpandIntRes_SIGN_EXTEND() local2359 ExcessBits))); in ExpandIntRes_SIGN_EXTEND()[all …]