Home | History | Annotate | Download | only in IPA

Lines Matching full:apint

94   DenseMap<Value *, std::pair<Value *, APInt> > ConstantOffsetPtrs;
105 bool accumulateGEPOffset(GEPOperator &GEP, APInt &Offset);
240 /// \brief Accumulate a constant GEP offset into an APInt if possible.
244 bool CallAnalyzer::accumulateGEPOffset(GEPOperator &GEP, APInt &Offset) {
263 Offset += APInt(IntPtrWidth, SL->getElementOffset(ElementIdx));
267 APInt TypeSize(IntPtrWidth, DL.getTypeAllocSize(GTI.getIndexedType()));
329 std::pair<Value *, APInt> BaseAndOffset = ConstantOffsetPtrs.lookup(Ptr);
378 std::pair<Value *, APInt> BaseAndOffset
410 std::pair<Value *, APInt> BaseAndOffset
448 std::pair<Value *, APInt> BaseAndOffset = ConstantOffsetPtrs.lookup(Op);
522 APInt LHSOffset, RHSOffset;
572 APInt LHSOffset, RHSOffset;
986 APInt Offset = APInt::getNullValue(IntPtrWidth);