Home | History | Annotate | Download | only in Scalar

Lines Matching full:apint

1696       const APInt &Start = cast<SCEVConstant>(ARStart)->getValue()->getValue();
1697 APInt Count = cast<SCEVConstant>(IVCount)->getValue()->getValue();
1701 Count = APInt::getMaxValue(Count.getBitWidth()).zext(CmpIndVarSize);
1706 APInt NewLimit;