Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp876 Address MasterAddr = Address::invalid(); in EmitOMPCopyinClause() local
883 MasterAddr = EmitLValue(&DRE).getAddress(); in EmitOMPCopyinClause()
886 MasterAddr = in EmitOMPCopyinClause()
900 Builder.CreatePtrToInt(MasterAddr.getPointer(), CGM.IntPtrTy), in EmitOMPCopyinClause()
910 EmitOMPCopy(Type, PrivateAddr, MasterAddr, DestVD, SrcVD, AssignOp); in EmitOMPCopyinClause()