Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp303 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 …]