Searched refs:NewAndCst (Results 1 – 1 of 1) sorted by relevance
1420 Constant *NewAndCst; in visitICmpInstWithInstAndIntCst() local1422 NewAndCst = ConstantExpr::getLShr(AndCst, ShAmt); in visitICmpInstWithInstAndIntCst()1424 NewAndCst = ConstantExpr::getShl(AndCst, ShAmt); in visitICmpInstWithInstAndIntCst()1425 LHSI->setOperand(1, NewAndCst); in visitICmpInstWithInstAndIntCst()