Searched refs:ChainIndex (Results 1 – 1 of 1) sorted by relevance
305 Value *distributeExtsAndCloneChain(unsigned ChainIndex);308 Value *removeConstOffset(unsigned ChainIndex);682 User *U = UserChain[ChainIndex]; in distributeExtsAndCloneChain()683 if (ChainIndex == 0) { in distributeExtsAndCloneChain()694 UserChain[ChainIndex] = nullptr; in distributeExtsAndCloneChain()695 return distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()713 return UserChain[ChainIndex] = NewBO; in distributeExtsAndCloneChain()717 if (ChainIndex == 0) { in removeConstOffset()718 assert(isa<ConstantInt>(UserChain[ChainIndex])); in removeConstOffset()729 assert(BO->getOperand(OpNo) == UserChain[ChainIndex - 1]); in removeConstOffset()[all …]