Searched refs:ASELValue (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 1014 auto ASELValue = EmitLValue(ASE); in EmitOMPReductionClauseInit() local 1017 *this, OrigVD->getType(), ASELValue.getType(), OriginalBaseLValue); in EmitOMPReductionClauseInit() 1020 PrivateScope.addPrivate(LHSVD, [this, ASELValue]() -> Address { in EmitOMPReductionClauseInit() 1021 return ASELValue.getAddress(); in EmitOMPReductionClauseInit() 1025 OrigVD, [this, OrigVD, PrivateVD, BaseLValue, ASELValue, in EmitOMPReductionClauseInit() 1032 ASELValue.getAddress(), in EmitOMPReductionClauseInit() 1033 ASELValue.getType()); in EmitOMPReductionClauseInit() 1038 ASELValue.getPointer()); in EmitOMPReductionClauseInit() 1040 return castToBase(*this, OrigVD->getType(), ASELValue.getType(), in EmitOMPReductionClauseInit()
|