Home
last modified time | relevance | path

Searched refs:ChainIndex (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp303 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
306 Value *removeConstOffset(unsigned ChainIndex);
694 User *U = UserChain[ChainIndex]; in distributeExtsAndCloneChain()
695 if (ChainIndex == 0) { in distributeExtsAndCloneChain()
706 UserChain[ChainIndex] = nullptr; in distributeExtsAndCloneChain()
707 return distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()
725 return UserChain[ChainIndex] = NewBO; in distributeExtsAndCloneChain()
729 if (ChainIndex == 0) { in removeConstOffset()
730 assert(isa<ConstantInt>(UserChain[ChainIndex])); in removeConstOffset()
741 assert(BO->getOperand(OpNo) == UserChain[ChainIndex - 1]); in removeConstOffset()
[all …]