Lines Matching defs:SourceValue
9107 SDValue SourceValue;
9143 if (!SourceValue)
9144 SourceValue = WideVal;
9145 else if (SourceValue != WideVal) {
9147 if (stripTruncAndExt(SourceValue) != WideVal &&
9148 stripTruncAndExt(WideVal) != SourceValue)
9152 SourceValue.getScalarValueSizeInBits())
9153 SourceValue = WideVal;
9156 if (SourceValue.getScalarValueSizeInBits() < WideVT.getScalarSizeInBits())
9220 if (WideVT != SourceValue.getValueType()) {
9221 assert(SourceValue.getValueType().getScalarSizeInBits() > WideNumBits &&
9223 SourceValue = DAG.getNode(ISD::TRUNCATE, DL, WideVT, SourceValue);
9230 SourceValue = DAG.getNode(ISD::BSWAP, DL, WideVT, SourceValue);
9234 SourceValue = DAG.getNode(ISD::ROTR, DL, WideVT, SourceValue, RotAmt);
9238 DAG.getStore(Chain, DL, SourceValue, FirstStore->getBasePtr(),