Searched refs:ExcessBits (Results 1 – 1 of 1) sorted by relevance
3571 unsigned ExcessBits = in ExpandIntRes_LOAD() local3573 EVT NEVT = EVT::getIntegerVT(*DAG.getContext(), ExcessBits); in ExpandIntRes_LOAD()3592 unsigned ExcessBits = (EBytes - IncrementSize)*8; in ExpandIntRes_LOAD() local3613 if (ExcessBits < NVT.getSizeInBits()) { in ExpandIntRes_LOAD()3618 DAG.getConstant(ExcessBits, dl, in ExpandIntRes_LOAD()4591 ExcessBits)); in ExpandIntRes_ZERO_EXTEND()5063 unsigned ExcessBits = in ExpandIntOp_STORE() local5065 EVT NEVT = EVT::getIntegerVT(*DAG.getContext(), ExcessBits); in ExpandIntOp_STORE()5083 unsigned ExcessBits = (EBytes - IncrementSize)*8; in ExpandIntOp_STORE() local5087 if (ExcessBits < NVT.getSizeInBits()) { in ExpandIntOp_STORE()[all …]