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