Searched refs:Arg1Type (Results 1 – 1 of 1) sorted by relevance
2539 Type *Arg1Type = NumWarpsArg->getType(); in emitInterWarpCopyFunction() local2544 Builder.CreateAlloca(Arg1Type, nullptr, NumWarpsArg->getName() + ".addr"); in emitInterWarpCopyFunction()2548 NumWarpsAlloca, Arg1Type->getPointerTo(), in emitInterWarpCopyFunction()3290 Type *Arg1Type = Arg1->getType(); in createReductionFunction() local3295 Builder.CreateAlloca(Arg1Type, nullptr, Arg1->getName() + ".addr"); in createReductionFunction()3299 RHSAlloca, Arg1Type, RHSAlloca->getName() + ".ascast"); in createReductionFunction()3303 RHSArrayPtr = Builder.CreateLoad(Arg1Type, RHSAddrCast); in createReductionFunction()