Home | History | Annotate | Download | only in Analysis

Lines Matching full:charlie

3064     APInt Charlie
3065 APInt CdivB = Charlie.sdiv(Beta);
3066 assert(Charlie.srem(Beta) == 0 && "C should be evenly divisible by B");
3079 APInt Charlie = Cconst->getValue()->getValue();
3080 APInt CdivA = Charlie.sdiv(Alpha);
3081 assert(Charlie.srem(Alpha) == 0 && "C should be evenly divisible by A");
3093 APInt Charlie = Cconst->getValue()->getValue();
3094 APInt CdivA = Charlie.sdiv(Alpha);
3095 assert(Charlie.srem(Alpha) == 0 && "C should be evenly divisible by A");