Home | History | Annotate | Download | only in Utils

Lines Matching refs:NullInt

2432   auto *NullInt = ConstantExpr::getPtrToInt(
2434 auto *NonNullInt = ConstantExpr::getAdd(NullInt, ConstantInt::get(ITy, 1));
2436 MDB.createRange(NonNullInt, NullInt));