Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:NewVal

772         Value *NewVal = ConstantInt::get(AndCst->getType()->getContext(), N);
773 return Builder->CreateICmp(LHSCC, NewAnd, NewVal);