Searched refs:ConstantOffsetExtractor (Results 1 – 1 of 1) sorted by relevance
229 class ConstantOffsetExtractor { class502 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 …]