Lines Matching refs:ConstantOffsetExtractor
228 class ConstantOffsetExtractor { class
247 ConstantOffsetExtractor(Instruction *InsertionPt, const DominatorTree *DT) in ConstantOffsetExtractor() function in __anond904aabc0111::ConstantOffsetExtractor
508 bool ConstantOffsetExtractor::CanTraceInto(bool SignExtended, in CanTraceInto()
579 APInt ConstantOffsetExtractor::findInEitherOperand(BinaryOperator *BO, in findInEitherOperand()
614 APInt ConstantOffsetExtractor::find(Value *V, bool SignExtended, in find()
658 Value *ConstantOffsetExtractor::applyExts(Value *V) { in applyExts()
678 Value *ConstantOffsetExtractor::rebuildWithoutConstOffset() { in rebuildWithoutConstOffset()
693 ConstantOffsetExtractor::distributeExtsAndCloneChain(unsigned ChainIndex) { in distributeExtsAndCloneChain()
728 Value *ConstantOffsetExtractor::removeConstOffset(unsigned ChainIndex) { in removeConstOffset()
780 Value *ConstantOffsetExtractor::Extract(Value *Idx, GetElementPtrInst *GEP, in Extract()
783 ConstantOffsetExtractor Extractor(GEP, DT); in Extract()
798 int64_t ConstantOffsetExtractor::Find(Value *Idx, GetElementPtrInst *GEP, in Find()
801 return ConstantOffsetExtractor(GEP, DT) in Find()
839 ConstantOffsetExtractor::Find(GEP->getOperand(I), GEP, DT); in accumulateByteOffset()
1029 ConstantOffsetExtractor::Extract(OldIdx, GEP, UserChainTail, DT); in splitGEP()