Searched refs:SourceValue (Results 1 – 2 of 2) sorted by relevance
8226 SDValue SourceValue; in mergeTruncStores() local8259 if (!SourceValue) in mergeTruncStores()8260 SourceValue = WideVal; in mergeTruncStores()8261 else if (stripTruncAndExt(SourceValue) != stripTruncAndExt(WideVal)) in mergeTruncStores()8263 else if (SourceValue.getValueType() != WideVT) { in mergeTruncStores()8266 SourceValue.getScalarValueSizeInBits()) in mergeTruncStores()8267 SourceValue = WideVal; in mergeTruncStores()8269 if (SourceValue.getScalarValueSizeInBits() < WideVT.getScalarSizeInBits()) in mergeTruncStores()8333 if (WideVT != SourceValue.getValueType()) { in mergeTruncStores()8334 assert(SourceValue.getValueType().getScalarSizeInBits() > WideNumBits && in mergeTruncStores()[all …]
7312 APValue &SourceValue, in handleLValueToRValueBitCast() argument7316 assert(SourceValue.isLValue() && in handleLValueToRValueBitCast()7324 SourceLValue.setFrom(Info.Ctx, SourceValue); in handleLValueToRValueBitCast()7919 APValue DestValue, SourceValue; in VisitCastExpr() local7920 if (!Evaluate(SourceValue, Info, E->getSubExpr())) in VisitCastExpr()7922 if (!handleLValueToRValueBitCast(Info, DestValue, SourceValue, E)) in VisitCastExpr()