Searched refs:SourceValue (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ExpandVariadics.cpp | 686 Value *SourceValue = ArgVal; in expandCall() local 706 SourceValue = CallerCopy; in expandCall() 724 Frame.store(Ctx, FrameFieldType, SourceValue); in expandCall() 727 Frame.memcpy(Ctx, FrameFieldType, SourceValue, UnderlyingSize); in expandCall() 729 Frame.store(Ctx, FrameFieldType, SourceValue); in expandCall()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 8935 SDValue SourceValue; in mergeTruncStores() local 8971 if (!SourceValue) in mergeTruncStores() 8972 SourceValue = WideVal; in mergeTruncStores() 8973 else if (SourceValue != WideVal) { in mergeTruncStores() 8975 if (stripTruncAndExt(SourceValue) != WideVal && in mergeTruncStores() 8976 stripTruncAndExt(WideVal) != SourceValue) in mergeTruncStores() 8980 SourceValue.getScalarValueSizeInBits()) in mergeTruncStores() 8981 SourceValue = WideVal; in mergeTruncStores() 8984 if (SourceValue.getScalarValueSizeInBits() < WideVT.getScalarSizeInBits()) in mergeTruncStores() 9048 if (WideVT != SourceValue.getValueType()) { in mergeTruncStores() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 7632 APValue &SourceValue, in handleLValueToRValueBitCast() argument 7636 assert(SourceValue.isLValue() && in handleLValueToRValueBitCast() 7641 SourceLValue.setFrom(Info.Ctx, SourceValue); in handleLValueToRValueBitCast() 8246 APValue DestValue, SourceValue; in VisitCastExpr() local 8247 if (!Evaluate(SourceValue, Info, E->getSubExpr())) in VisitCastExpr() 8249 if (!handleLValueToRValueBitCast(Info, DestValue, SourceValue, E)) in VisitCastExpr()
|