Searched refs:NewOffs (Results 1 – 2 of 2) sorted by relevance
32 FileOffset NewOffs = *this; in getWithOffset() local33 NewOffs.Offs += offset; in getWithOffset()34 return NewOffs; in getWithOffset()
467 int64_t NewOffs = Offset / (int64_t)VariableScale; in evaluateGEPOffsetExpression() local468 if (Offset != NewOffs*(int64_t)VariableScale) in evaluateGEPOffsetExpression()475 Constant *OffsetVal = ConstantInt::get(IntPtrTy, NewOffs); in evaluateGEPOffsetExpression()