Searched refs:ValueBits (Results 1 – 3 of 3) sorted by relevance
111 const unsigned ValueBits = Value.getSignificantBits(); in isNegationValuePreserving() local112 if (ValueBits == ResultType.getBitWidth()) { in isNegationValuePreserving()121 return ValueBits < ResultType.getBitWidth(); in isNegationValuePreserving()
4536 unsigned ValueBits = ValueVT.getSizeInBits(); in splitValueIntoRegisterParts() local4538 Val = DAG.getNode(ISD::BITCAST, DL, MVT::getIntegerVT(ValueBits), Val); in splitValueIntoRegisterParts()4551 unsigned ValueBits = ValueVT.getSizeInBits(); in joinRegisterPartsIntoValue() local4556 Val = DAG.getNode(ISD::TRUNCATE, DL, MVT::getIntegerVT(ValueBits), Val); in joinRegisterPartsIntoValue()
187 unsigned ValueBits = ValueVT.getSizeInBits(); in getCopyFromParts() local192 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts()