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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp308 Value *removeConstOffset(unsigned ChainIndex);
677 return removeConstOffset(UserChain.size() - 1);
716 Value *ConstantOffsetExtractor::removeConstOffset(unsigned ChainIndex) { function in class:ConstantOffsetExtractor
730 Value *NextInChain = removeConstOffset(ChainIndex - 1);

Completed in 129 milliseconds