Home | History | Annotate | Download | only in Scalar

Lines Matching full:bitwidth

1337     unsigned BitWidth = cast<IntegerType>(IndVar->getType())->getBitWidth();
1338 UpperLimit = SE.getConstant(APInt::getSignedMaxValue(BitWidth));