Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp925 Address MasterAddr = Address::invalid(); in EmitOMPCopyinClause() local
932 MasterAddr = EmitLValue(&DRE).getAddress(*this); in EmitOMPCopyinClause()
935 MasterAddr = in EmitOMPCopyinClause()
949 Builder.CreatePtrToInt(MasterAddr.getPointer(), CGM.IntPtrTy), in EmitOMPCopyinClause()
959 EmitOMPCopy(Type, PrivateAddr, MasterAddr, DestVD, SrcVD, AssignOp); in EmitOMPCopyinClause()