Searched refs:SourceValue (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ExpandVariadics.cpp | 664 Value *SourceValue = ArgVal; in expandCall() local 684 SourceValue = CallerCopy; in expandCall() 702 Frame.store(Ctx, FrameFieldType, SourceValue); in expandCall() 705 Frame.memcpy(Ctx, FrameFieldType, SourceValue, UnderlyingSize); in expandCall() 707 Frame.store(Ctx, FrameFieldType, SourceValue); in expandCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 9389 SDValue SourceValue; in mergeTruncStores() local 9425 if (!SourceValue) in mergeTruncStores() 9426 SourceValue = WideVal; in mergeTruncStores() 9427 else if (SourceValue != WideVal) { in mergeTruncStores() 9429 if (stripTruncAndExt(SourceValue) != WideVal && in mergeTruncStores() 9430 stripTruncAndExt(WideVal) != SourceValue) in mergeTruncStores() 9434 SourceValue.getScalarValueSizeInBits()) in mergeTruncStores() 9435 SourceValue = WideVal; in mergeTruncStores() 9438 if (SourceValue.getScalarValueSizeInBits() < WideVT.getScalarSizeInBits()) in mergeTruncStores() 9502 if (WideVT != SourceValue.getValueType()) { in mergeTruncStores() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 7970 APValue &SourceValue, in handleLValueToRValueBitCast() argument 7974 assert(SourceValue.isLValue() && in handleLValueToRValueBitCast() 7979 SourceLValue.setFrom(Info.Ctx, SourceValue); in handleLValueToRValueBitCast() 8592 APValue DestValue, SourceValue; in VisitCastExpr() local 8593 if (!Evaluate(SourceValue, Info, E->getSubExpr())) in VisitCastExpr() 8595 if (!handleLValueToRValueBitCast(Info, DestValue, SourceValue, E)) in VisitCastExpr()
|