Searched refs:SourceValue (Results 1 – 2 of 2) sorted by relevance
7299 SDValue SourceValue; in mergeTruncStores() local7332 if (!SourceValue) in mergeTruncStores()7333 SourceValue = WideVal; in mergeTruncStores()7334 else if (stripTruncAndExt(SourceValue) != stripTruncAndExt(WideVal)) in mergeTruncStores()7336 else if (SourceValue.getValueType() != WideVT) { in mergeTruncStores()7339 SourceValue.getScalarValueSizeInBits()) in mergeTruncStores()7340 SourceValue = WideVal; in mergeTruncStores()7342 if (SourceValue.getScalarValueSizeInBits() < WideVT.getScalarSizeInBits()) in mergeTruncStores()7406 if (WideVT != SourceValue.getValueType()) { in mergeTruncStores()7407 assert(SourceValue.getValueType().getScalarSizeInBits() > WideNumBits && in mergeTruncStores()[all …]
7223 APValue &SourceValue, in handleLValueToRValueBitCast() argument7227 assert(SourceValue.isLValue() && in handleLValueToRValueBitCast()7235 SourceLValue.setFrom(Info.Ctx, SourceValue); in handleLValueToRValueBitCast()7815 APValue DestValue, SourceValue; in VisitCastExpr() local7816 if (!Evaluate(SourceValue, Info, E->getSubExpr())) in VisitCastExpr()7818 if (!handleLValueToRValueBitCast(Info, DestValue, SourceValue, E)) in VisitCastExpr()