Searched refs:NewAndCst (Results 1 – 1 of 1) sorted by relevance
1745 Constant *NewAndCst; in visitICmpInstWithInstAndIntCst() local1747 NewAndCst = ConstantExpr::getLShr(AndCst, ShAmt); in visitICmpInstWithInstAndIntCst()1749 NewAndCst = ConstantExpr::getShl(AndCst, ShAmt); in visitICmpInstWithInstAndIntCst()1750 LHSI->setOperand(1, NewAndCst); in visitICmpInstWithInstAndIntCst()