Searched refs:BaseLValue (Results 1 – 1 of 1) 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()
|