Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewOffs

556   int64_t NewOffs = Offset / (int64_t)VariableScale;
557 if (Offset != NewOffs*(int64_t)VariableScale)
565 Constant *OffsetVal = ConstantInt::get(IntPtrTy, NewOffs);