Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewOffs

590   int64_t NewOffs = Offset / (int64_t)VariableScale;
591 if (Offset != NewOffs*(int64_t)VariableScale)
598 Constant *OffsetVal = ConstantInt::get(IntPtrTy, NewOffs);