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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp300 /// \p ChainIndex The index to UserChain. ChainIndex is initially
303 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
306 Value *removeConstOffset(unsigned ChainIndex);
649 ConstantOffsetExtractor::distributeExtsAndCloneChain(unsigned ChainIndex) { argument
650 User *U = UserChain[ChainIndex];
651 if (ChainIndex == 0) {
654 return UserChain[ChainIndex] = cast<ConstantInt>(applyExts(U));
662 UserChain[ChainIndex] = nullptr;
663 return distributeExtsAndCloneChain(ChainIndex
684 removeConstOffset(unsigned ChainIndex) argument
[all...]

Completed in 98 milliseconds