Searched refs:ConstantOffsetExtractor (Results 1 – 1 of 1) sorted by relevance
230 class ConstantOffsetExtractor { class503 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()716 Value *ConstantOffsetExtractor::removeConstOffset(unsigned ChainIndex) { in removeConstOffset()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()[all …]