Searched refs:NewAndCst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1249 Constant *NewAndCst; local
1251 NewAndCst = ConstantExpr::getLShr(AndCst, ShAmt);
1253 NewAndCst = ConstantExpr::getShl(AndCst, ShAmt);
1254 LHSI->setOperand(1, NewAndCst);

Completed in 89 milliseconds