Lines Matching refs:ConstantOffsetExtractor
229 class ConstantOffsetExtractor { class
248 ConstantOffsetExtractor(Instruction *InsertionPt, const DominatorTree *DT) in ConstantOffsetExtractor() function in __anona5eed2360111::ConstantOffsetExtractor
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()
680 ConstantOffsetExtractor::distributeExtsAndCloneChain(unsigned ChainIndex) { in distributeExtsAndCloneChain()
715 Value *ConstantOffsetExtractor::removeConstOffset(unsigned ChainIndex) { in removeConstOffset()
767 Value *ConstantOffsetExtractor::Extract(Value *Idx, GetElementPtrInst *GEP, in Extract()
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()
822 ConstantOffsetExtractor::Find(GEP->getOperand(I), GEP, DT); in accumulateByteOffset()
1014 ConstantOffsetExtractor::Extract(OldIdx, GEP, UserChainTail, DT); in splitGEP()