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()
593 int64_t NewOffs = Offset / (int64_t)VariableScale; in EvaluateGEPOffsetExpression() local594 if (Offset != NewOffs*(int64_t)VariableScale) in EvaluateGEPOffsetExpression()601 Constant *OffsetVal = ConstantInt::get(IntPtrTy, NewOffs); in EvaluateGEPOffsetExpression()