Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7337 SDValue SourceValue; in mergeTruncStores() local
7370 if (!SourceValue) in mergeTruncStores()
7371 SourceValue = WideVal; in mergeTruncStores()
7374 else if (SourceValue.getValueType() != WideVT) { in mergeTruncStores()
7377 SourceValue.getScalarValueSizeInBits()) in mergeTruncStores()
7378 SourceValue = WideVal; in mergeTruncStores()
7444 if (WideVT != SourceValue.getValueType()) { in mergeTruncStores()
7447 SourceValue = DAG.getNode(ISD::TRUNCATE, DL, WideVT, SourceValue); in mergeTruncStores()
7454 SourceValue = DAG.getNode(ISD::BSWAP, DL, WideVT, SourceValue); in mergeTruncStores()
7458 SourceValue = DAG.getNode(ISD::ROTR, DL, WideVT, SourceValue, RotAmt); in mergeTruncStores()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7226 APValue &SourceValue, in handleLValueToRValueBitCast() argument
7230 assert(SourceValue.isLValue() && in handleLValueToRValueBitCast()
7238 SourceLValue.setFrom(Info.Ctx, SourceValue); in handleLValueToRValueBitCast()
7818 APValue DestValue, SourceValue; in VisitCastExpr() local
7819 if (!Evaluate(SourceValue, Info, E->getSubExpr())) in VisitCastExpr()
7821 if (!handleLValueToRValueBitCast(Info, DestValue, SourceValue, E)) in VisitCastExpr()