Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NS

1765         Value *NS;
1767 NS = Builder->CreateShl(AndCst, Shift->getOperand(1));
1770 NS = Builder->CreateLShr(AndCst, Shift->getOperand(1));
1775 Builder->CreateAnd(Shift->getOperand(0), NS, LHSI->getName());