Home | History | Annotate | Download | only in CodeGen

Lines Matching full:newmax

1119   uint64_t NewMax = (NewTrue > NewFalse) ? NewTrue : NewFalse;
1120 uint32_t Scale = (NewMax / UINT32_MAX) + 1;