Home
last modified time | relevance | path

Searched defs:DestLV (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp405 LValue DestLV = CGF.MakeAddrLValue(dest.getAddress(), type); in EmitCopy() local
435 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); in VisitCXXStdInitializerListExpr() local
1111 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); in VisitBinCmp() local
1658 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), ExprToVisit->getType()); in VisitCXXParenListOrInitListExpr() local
1897 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); in VisitDesignatedInitUpdateExpr() local
H A DCGExprComplex.cpp570 LValue DestLV = CGF.MakeAddrLValue(Addr, DestTy); in EmitCast() local
H A DCGExprScalar.cpp2252 LValue DestLV = CGF.MakeAddrLValue(Addr, DestTy); in VisitCastExpr() local
2373 LValue DestLV = CGF.MakeAddrLValue(Addr, DestTy); in VisitCastExpr() local
H A DCGClass.cpp980 LValue DestLV = CGF.MakeAddrLValue(ThisPtr, RecordTy); in emitMemcpy() local