Lines Matching refs:PrivateVariable
3316 RHSI8Ptr, RI.PrivateVariable->getType(), in createReductionFunction()
3372 assert(RI.PrivateVariable && "expected non-null private variable"); in checkReductionInfos()
3377 RI.Variable->getType() == RI.PrivateVariable->getType() && in checkReductionInfos()
3460 Builder.CreatePointerBitCastOrAddrSpaceCast(RI.PrivateVariable, PtrTy); in createReductionsGPU()
3543 Builder.CreatePointerBitCastOrAddrSpaceCast(RI.PrivateVariable, PtrTy); in createReductionsGPU()
3589 assert(RI.PrivateVariable && "expected non-null private variable"); in createReductions()
3591 assert(RI.Variable->getType() == RI.PrivateVariable->getType() && in createReductions()
3620 Builder.CreateStore(RI.PrivateVariable, RedArrayElemPtr); in createReductions()
3679 Builder.CreateLoad(ValueType, RI.PrivateVariable, in createReductions()
3708 RI.Variable, RI.PrivateVariable)); in createReductions()
3737 Builder.CreateBitCast(RHSI8Ptr, RI.PrivateVariable->getType()); in createReductions()