Searched refs:PrivateVariable (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 805 ReductionInfo(Type *ElementType, Value *Variable, Value *PrivateVariable, in ReductionInfo() 809 PrivateVariable(PrivateVariable), ReductionGen(ReductionGen), in ReductionInfo() 822 Value *PrivateVariable; member
|
/openbsd/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 1726 assert(RI.PrivateVariable && "expected non-null private variable"); in createReductions() 1728 assert(RI.Variable->getType() == RI.PrivateVariable->getType() && in createReductions() 1758 Builder.CreateBitCast(RI.PrivateVariable, Builder.getInt8PtrTy(), in createReductions() 1817 Builder.CreateLoad(ValueType, RI.PrivateVariable, in createReductions() 1839 RI.Variable, RI.PrivateVariable)); in createReductions() 1869 Builder.CreateBitCast(RHSI8Ptr, RI.PrivateVariable->getType()); in createReductions()
|