HomeSort by: relevance | last modified time | path
    Searched defs:srcLV (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprAgg.cpp 317 LValue srcLV = CGF.MakeAddrLValue(src.getAggregateAddress(), type);
318 EmitFinalDestCopy(type, srcLV, EVK_RValue);
379 LValue SrcLV = CGF.MakeAddrLValue(src.getAddress(), type);
380 CGF.EmitAggregateCopy(DestLV, SrcLV, type, dest.mayOverlap(),
ItaniumCXXABI.cpp 4531 LValue srcLV = CGF.MakeNaturalAlignAddrLValue(Cast, CatchType);
4535 CGF.EmitStoreOfComplex(CGF.EmitLoadOfComplex(srcLV, Loc), destLV,
4539 llvm::Value *ExnLoad = CGF.EmitLoadOfScalar(srcLV, Loc);

Completed in 22 milliseconds