Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1745 Constant *NewAndCst; in visitICmpInstWithInstAndIntCst() local
1747 NewAndCst = ConstantExpr::getLShr(AndCst, ShAmt); in visitICmpInstWithInstAndIntCst()
1749 NewAndCst = ConstantExpr::getShl(AndCst, ShAmt); in visitICmpInstWithInstAndIntCst()
1750 LHSI->setOperand(1, NewAndCst); in visitICmpInstWithInstAndIntCst()