Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:VariableScale

541   uint64_t VariableScale = DL.getTypeAllocSize(GTI.getIndexedType());
580 VariableScale &= PtrSizeMask;
586 int64_t NewOffs = Offset / (int64_t)VariableScale;
587 if (Offset != NewOffs*(int64_t)VariableScale)