Home
last modified time | relevance | path

Searched refs:MasterAddr (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp712 Address MasterAddr = Address::invalid(); in EmitOMPCopyinClause() local
719 MasterAddr = EmitLValue(&DRE).getAddress(); in EmitOMPCopyinClause()
722 MasterAddr = in EmitOMPCopyinClause()
736 Builder.CreatePtrToInt(MasterAddr.getPointer(), CGM.IntPtrTy), in EmitOMPCopyinClause()
743 EmitOMPCopy(Type, PrivateAddr, MasterAddr, DestVD, SrcVD, AssignOp); in EmitOMPCopyinClause()