Searched refs:BaseLValue (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 961 LValue BaseLValue = in EmitOMPReductionClauseInit() local 971 OrigVD, [this, OrigVD, PrivateVD, BaseLValue, OASELValueLB, in EmitOMPReductionClauseInit() 995 auto *Offset = Builder.CreatePtrDiff(BaseLValue.getPointer(), in EmitOMPReductionClauseInit() 1016 LValue BaseLValue = loadToBegin( in EmitOMPReductionClauseInit() local 1025 OrigVD, [this, OrigVD, PrivateVD, BaseLValue, ASELValue, in EmitOMPReductionClauseInit() 1037 auto *Offset = Builder.CreatePtrDiff(BaseLValue.getPointer(), in EmitOMPReductionClauseInit()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 999 LValue BaseLValue = in adjustPrivateAddress() local 1003 BaseLValue.getPointer(CGF), SharedAddresses[N].first.getPointer(CGF)); in adjustPrivateAddress()
|