Searched defs:SrcLV (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp544 LValue DstLV, SrcLV; local
707 LValue SrcLV = CGF->MakeAddrLValue(Addrs[SrcIdx], QT); local
710 CGF->EmitStoreOfScalar(getNullForVariable(SrcLV.getAddress(*CGF)), SrcLV); local
770 LValue SrcLV = CGF->MakeAddrLValue(Addrs[SrcIdx], QT); local
773 CGF->EmitStoreOfScalar(getNullForVariable(SrcLV.getAddress(*CGF)), SrcLV); local
[all...]
H A DCGExprAgg.cpp375 LValue SrcLV = CGF.MakeAddrLValue(src.getAddress(), type); local
H A DCGClass.cpp960 LValue SrcLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy); local
H A DCGStmtOpenMP.cpp320 LValue SrcLV = local
324 EmitStoreThroughLValue(RValue::get(CV), SrcLV); local

Completed in 138 milliseconds