Home
last modified time | relevance | path

Searched refs:NewAndCst (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1569 APInt NewAndCst = IsShl ? C2.lshr(*C3) : C2.shl(*C3); in foldICmpAndShift() local
1570 And->setOperand(1, ConstantInt::get(And->getType(), NewAndCst)); in foldICmpAndShift()