Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp229 class ConstantOffsetExtractor { class
502 bool ConstantOffsetExtractor::CanTraceInto(bool SignExtended, in CanTraceInto()
567 APInt ConstantOffsetExtractor::findInEitherOperand(BinaryOperator *BO, in findInEitherOperand()
602 APInt ConstantOffsetExtractor::find(Value *V, bool SignExtended, in find()
646 Value *ConstantOffsetExtractor::applyExts(Value *V) { in applyExts()
665 Value *ConstantOffsetExtractor::rebuildWithoutConstOffset() { in rebuildWithoutConstOffset()
715 Value *ConstantOffsetExtractor::removeConstOffset(unsigned ChainIndex) { in removeConstOffset()
770 ConstantOffsetExtractor Extractor(GEP, DT); in Extract()
785 int64_t ConstantOffsetExtractor::Find(Value *Idx, GetElementPtrInst *GEP, in Find()
788 return ConstantOffsetExtractor(GEP, DT) in Find()
[all …]