Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7299 SDValue SourceValue; in mergeTruncStores() local
7332 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 …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp7223 APValue &SourceValue, in handleLValueToRValueBitCast() argument
7227 assert(SourceValue.isLValue() && in handleLValueToRValueBitCast()
7235 SourceLValue.setFrom(Info.Ctx, SourceValue); in handleLValueToRValueBitCast()
7815 APValue DestValue, SourceValue; in VisitCastExpr() local
7816 if (!Evaluate(SourceValue, Info, E->getSubExpr())) in VisitCastExpr()
7818 if (!handleLValueToRValueBitCast(Info, DestValue, SourceValue, E)) in VisitCastExpr()