Searched refs:NewActiveBits (Results 1 – 2 of 2) sorted by relevance
593 auto *NewActiveBits = B.CreateAnd(ActiveBits, InverseMask); in buildScanIteratively() local594 ActiveBits->addIncoming(NewActiveBits, ComputeLoop); in buildScanIteratively()597 auto *IsEnd = B.CreateICmpEQ(NewActiveBits, ConstantInt::get(WaveTy, 0)); in buildScanIteratively()
5251 auto NewActiveBits = in lowerWaveReduce() local5259 ActiveBits.addReg(NewActiveBits->getOperand(0).getReg()) in lowerWaveReduce()5265 .addReg(NewActiveBits->getOperand(0).getReg()) in lowerWaveReduce()