Searched refs:ExcessBits (Results 1 – 1 of 1) sorted by relevance
3912 unsigned ExcessBits = in ExpandIntRes_LOAD() local3914 EVT NEVT = EVT::getIntegerVT(*DAG.getContext(), ExcessBits); in ExpandIntRes_LOAD()3933 unsigned ExcessBits = (EBytes - IncrementSize)*8; in ExpandIntRes_LOAD() local3954 if (ExcessBits < NVT.getSizeInBits()) { in ExpandIntRes_LOAD()3959 DAG.getConstant(ExcessBits, dl, in ExpandIntRes_LOAD()4990 ExcessBits)); in ExpandIntRes_ZERO_EXTEND()5451 unsigned ExcessBits = in ExpandIntOp_STORE() local5453 EVT NEVT = EVT::getIntegerVT(*DAG.getContext(), ExcessBits); in ExpandIntOp_STORE()5471 unsigned ExcessBits = (EBytes - IncrementSize)*8; in ExpandIntOp_STORE() local5475 if (ExcessBits < NVT.getSizeInBits()) { in ExpandIntOp_STORE()[all …]