Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NullInt

366         auto *NullInt = ConstantExpr::getPtrToInt(
369 ConstantExpr::getAdd(NullInt, ConstantInt::get(ITy, 1));
371 MDB.createRange(NonNullInt, NullInt));