Searched refs:ChainIndex (Results 1 – 1 of 1) sorted by relevance
305 Value *distributeExtsAndCloneChain(unsigned ChainIndex);308 Value *removeConstOffset(unsigned ChainIndex);681 ConstantOffsetExtractor::distributeExtsAndCloneChain(unsigned ChainIndex) { in distributeExtsAndCloneChain() argument682 User *U = UserChain[ChainIndex]; in distributeExtsAndCloneChain()683 if (ChainIndex == 0) { in distributeExtsAndCloneChain()686 return UserChain[ChainIndex] = cast<ConstantInt>(applyExts(U)); in distributeExtsAndCloneChain()694 UserChain[ChainIndex] = nullptr; in distributeExtsAndCloneChain()695 return distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()701 unsigned OpNo = (BO->getOperand(0) == UserChain[ChainIndex - 1] ? 0 : 1); in distributeExtsAndCloneChain()703 Value *NextInChain = distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()[all …]