Searched refs:NewActiveBits (Results 1 – 2 of 2) sorted by relevance
611 auto *NewActiveBits = B.CreateAnd(ActiveBits, InverseMask); in buildScanIteratively() local612 ActiveBits->addIncoming(NewActiveBits, ComputeLoop); in buildScanIteratively()615 auto *IsEnd = B.CreateICmpEQ(NewActiveBits, ConstantInt::get(WaveTy, 0)); in buildScanIteratively()
4933 auto NewActiveBits = in lowerWaveReduce() local4941 ActiveBits.addReg(NewActiveBits->getOperand(0).getReg()) in lowerWaveReduce()4947 .addReg(NewActiveBits->getOperand(0).getReg()) in lowerWaveReduce()