Searched refs:ChainIndex (Results 1 – 1 of 1) sorted by relevance
303 Value *distributeExtsAndCloneChain(unsigned ChainIndex);306 Value *removeConstOffset(unsigned ChainIndex);650 User *U = UserChain[ChainIndex]; in distributeExtsAndCloneChain()651 if (ChainIndex == 0) { in distributeExtsAndCloneChain()662 UserChain[ChainIndex] = nullptr; in distributeExtsAndCloneChain()663 return distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()681 return UserChain[ChainIndex] = NewBO; in distributeExtsAndCloneChain()685 if (ChainIndex == 0) { in removeConstOffset()686 assert(isa<ConstantInt>(UserChain[ChainIndex])); in removeConstOffset()697 assert(BO->getOperand(OpNo) == UserChain[ChainIndex - 1]); in removeConstOffset()[all …]