Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8226 SDValue SourceValue; in mergeTruncStores() local
8259 if (!SourceValue) in mergeTruncStores()
8260 SourceValue = WideVal; in mergeTruncStores()
8261 else if (stripTruncAndExt(SourceValue) != stripTruncAndExt(WideVal)) in mergeTruncStores()
8263 else if (SourceValue.getValueType() != WideVT) { in mergeTruncStores()
8266 SourceValue.getScalarValueSizeInBits()) in mergeTruncStores()
8267 SourceValue = WideVal; in mergeTruncStores()
8269 if (SourceValue.getScalarValueSizeInBits() < WideVT.getScalarSizeInBits()) in mergeTruncStores()
8333 if (WideVT != SourceValue.getValueType()) { in mergeTruncStores()
8334 assert(SourceValue.getValueType().getScalarSizeInBits() > WideNumBits && in mergeTruncStores()
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp7312 APValue &SourceValue, in handleLValueToRValueBitCast() argument
7316 assert(SourceValue.isLValue() && in handleLValueToRValueBitCast()
7324 SourceLValue.setFrom(Info.Ctx, SourceValue); in handleLValueToRValueBitCast()
7919 APValue DestValue, SourceValue; in VisitCastExpr() local
7920 if (!Evaluate(SourceValue, Info, E->getSubExpr())) in VisitCastExpr()
7922 if (!handleLValueToRValueBitCast(Info, DestValue, SourceValue, E)) in VisitCastExpr()