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()
504 int64_t NewOffs = Offset / (int64_t)VariableScale; in evaluateGEPOffsetExpression() local505 if (Offset != NewOffs*(int64_t)VariableScale) in evaluateGEPOffsetExpression()512 Constant *OffsetVal = ConstantInt::get(IntPtrTy, NewOffs); in evaluateGEPOffsetExpression()