Lines Matching refs:ConstantOffsetExtractor
230 class ConstantOffsetExtractor { class
249 ConstantOffsetExtractor(Instruction *InsertionPt, const DominatorTree *DT) in ConstantOffsetExtractor() function in __anon477a52ba0111::ConstantOffsetExtractor
503 bool ConstantOffsetExtractor::CanTraceInto(bool SignExtended, in CanTraceInto()
568 APInt ConstantOffsetExtractor::findInEitherOperand(BinaryOperator *BO, in findInEitherOperand()
603 APInt ConstantOffsetExtractor::find(Value *V, bool SignExtended, in find()
647 Value *ConstantOffsetExtractor::applyExts(Value *V) { in applyExts()
666 Value *ConstantOffsetExtractor::rebuildWithoutConstOffset() { in rebuildWithoutConstOffset()
681 ConstantOffsetExtractor::distributeExtsAndCloneChain(unsigned ChainIndex) { in distributeExtsAndCloneChain()
716 Value *ConstantOffsetExtractor::removeConstOffset(unsigned ChainIndex) { in removeConstOffset()
768 Value *ConstantOffsetExtractor::Extract(Value *Idx, GetElementPtrInst *GEP, in Extract()
771 ConstantOffsetExtractor Extractor(GEP, DT); in Extract()
786 int64_t ConstantOffsetExtractor::Find(Value *Idx, GetElementPtrInst *GEP, in Find()
789 return ConstantOffsetExtractor(GEP, DT) in Find()
823 ConstantOffsetExtractor::Find(GEP->getOperand(I), GEP, DT); in accumulateByteOffset()
1015 ConstantOffsetExtractor::Extract(OldIdx, GEP, UserChainTail, DT); in splitGEP()