Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h657 ReductionInfo(Type *ElementType, Value *Variable, Value *PrivateVariable, in ReductionInfo()
661 PrivateVariable(PrivateVariable), ReductionGen(ReductionGen), in ReductionInfo()
674 Value *PrivateVariable; member
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1637 assert(RI.PrivateVariable && "expected non-null private variable"); in createReductions()
1639 assert(RI.Variable->getType() == RI.PrivateVariable->getType() && in createReductions()
1669 Builder.CreateBitCast(RI.PrivateVariable, Builder.getInt8PtrTy(), in createReductions()
1728 Builder.CreateLoad(ValueType, RI.PrivateVariable, in createReductions()
1750 RI.Variable, RI.PrivateVariable)); in createReductions()
1780 Builder.CreateBitCast(RHSI8Ptr, RI.PrivateVariable->getType()); in createReductions()