Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1420 Constant *NewAndCst; in visitICmpInstWithInstAndIntCst() local
1422 NewAndCst = ConstantExpr::getLShr(AndCst, ShAmt); in visitICmpInstWithInstAndIntCst()
1424 NewAndCst = ConstantExpr::getShl(AndCst, ShAmt); in visitICmpInstWithInstAndIntCst()
1425 LHSI->setOperand(1, NewAndCst); in visitICmpInstWithInstAndIntCst()