Searched refs:NumWarpsArg (Results 1 – 1 of 1) sorted by relevance
2641 Argument *NumWarpsArg = WcFunc->getArg(1); in emitInterWarpCopyFunction() local2674 Type *Arg1Type = NumWarpsArg->getType(); in emitInterWarpCopyFunction()2679 Builder.CreateAlloca(Arg1Type, nullptr, NumWarpsArg->getName() + ".addr"); in emitInterWarpCopyFunction()2686 Builder.CreateStore(NumWarpsArg, NumWarpsAddrCast); in emitInterWarpCopyFunction()