Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp305 Value *removeConstOffset(unsigned ChainIndex);
690 return removeConstOffset(UserChain.size() - 1); in rebuildWithoutConstOffset()
729 Value *ConstantOffsetExtractor::removeConstOffset(unsigned ChainIndex) { in removeConstOffset() function in ConstantOffsetExtractor
743 Value *NextInChain = removeConstOffset(ChainIndex - 1); in removeConstOffset()