Home
last modified time | relevance | path

Searched refs:SourceValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7973 SDValue SourceValue; in mergeTruncStores() local
8006 if (!SourceValue) in mergeTruncStores()
8007 SourceValue = WideVal; in mergeTruncStores()
8010 else if (SourceValue.getValueType() != WideVT) { in mergeTruncStores()
8013 SourceValue.getScalarValueSizeInBits()) in mergeTruncStores()
8014 SourceValue = WideVal; in mergeTruncStores()
8080 if (WideVT != SourceValue.getValueType()) { in mergeTruncStores()
8083 SourceValue = DAG.getNode(ISD::TRUNCATE, DL, WideVT, SourceValue); in mergeTruncStores()
8090 SourceValue = DAG.getNode(ISD::BSWAP, DL, WideVT, SourceValue); in mergeTruncStores()
8094 SourceValue = DAG.getNode(ISD::ROTR, DL, WideVT, SourceValue, RotAmt); in mergeTruncStores()
[all …]
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp7305 APValue &SourceValue, in handleLValueToRValueBitCast() argument
7309 assert(SourceValue.isLValue() && in handleLValueToRValueBitCast()
7317 SourceLValue.setFrom(Info.Ctx, SourceValue); in handleLValueToRValueBitCast()
7906 APValue DestValue, SourceValue; in VisitCastExpr() local
7907 if (!Evaluate(SourceValue, Info, E->getSubExpr())) in VisitCastExpr()
7909 if (!handleLValueToRValueBitCast(Info, DestValue, SourceValue, E)) in VisitCastExpr()