Searched refs:ConstantOffsetExtractor (Results 1 – 1 of 1) sorted by relevance
228 class ConstantOffsetExtractor { class484 bool ConstantOffsetExtractor::CanTraceInto(bool SignExtended, in CanTraceInto()549 APInt ConstantOffsetExtractor::findInEitherOperand(BinaryOperator *BO, in findInEitherOperand()571 APInt ConstantOffsetExtractor::find(Value *V, bool SignExtended, in find()615 Value *ConstantOffsetExtractor::applyExts(Value *V) { in applyExts()634 Value *ConstantOffsetExtractor::rebuildWithoutConstOffset() { in rebuildWithoutConstOffset()684 Value *ConstantOffsetExtractor::removeConstOffset(unsigned ChainIndex) { in removeConstOffset()739 ConstantOffsetExtractor Extractor(GEP, DT); in Extract()754 int64_t ConstantOffsetExtractor::Find(Value *Idx, GetElementPtrInst *GEP, in Find()757 return ConstantOffsetExtractor(GEP, DT) in Find()[all …]