Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8928 SDValue SourceValue; in mergeTruncStores() local
8961 if (!SourceValue) in mergeTruncStores()
8962 SourceValue = WideVal; in mergeTruncStores()
8965 else if (SourceValue.getValueType() != WideVT) { in mergeTruncStores()
8968 SourceValue.getScalarValueSizeInBits()) in mergeTruncStores()
8969 SourceValue = WideVal; in mergeTruncStores()
9035 if (WideVT != SourceValue.getValueType()) { in mergeTruncStores()
9038 SourceValue = DAG.getNode(ISD::TRUNCATE, DL, WideVT, SourceValue); in mergeTruncStores()
9045 SourceValue = DAG.getNode(ISD::BSWAP, DL, WideVT, SourceValue); in mergeTruncStores()
9049 SourceValue = DAG.getNode(ISD::ROTR, DL, WideVT, SourceValue, RotAmt); in mergeTruncStores()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7574 APValue &SourceValue, in handleLValueToRValueBitCast() argument
7578 assert(SourceValue.isLValue() && in handleLValueToRValueBitCast()
7583 SourceLValue.setFrom(Info.Ctx, SourceValue); in handleLValueToRValueBitCast()
8182 APValue DestValue, SourceValue; in VisitCastExpr() local
8183 if (!Evaluate(SourceValue, Info, E->getSubExpr())) in VisitCastExpr()
8185 if (!handleLValueToRValueBitCast(Info, DestValue, SourceValue, E)) in VisitCastExpr()