Searched refs:ValueBits (Results 1 – 3 of 3) sorted by relevance
110 const unsigned ValueBits = Value.getSignificantBits(); in isNegationValuePreserving() local111 if (ValueBits == ResultType.getBitWidth()) { in isNegationValuePreserving()120 return ValueBits < ResultType.getBitWidth(); in isNegationValuePreserving()
4466 unsigned ValueBits = ValueVT.getSizeInBits(); in splitValueIntoRegisterParts() local4468 Val = DAG.getNode(ISD::BITCAST, DL, MVT::getIntegerVT(ValueBits), Val); in splitValueIntoRegisterParts()4481 unsigned ValueBits = ValueVT.getSizeInBits(); in joinRegisterPartsIntoValue() local4486 Val = DAG.getNode(ISD::TRUNCATE, DL, MVT::getIntegerVT(ValueBits), Val); in joinRegisterPartsIntoValue()
191 unsigned ValueBits = ValueVT.getSizeInBits(); in getCopyFromParts() local196 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts()