Searched refs:AddRHS (Results 1 – 2 of 2) sorted by relevance
183 const APInt& AddRHS = cast<ConstantInt>(OpRHS)->getValue(); in OptAndOp() local186 if ((AddRHS & (AndRHSV-1)) == 0) { in OptAndOp()191 if ((AddRHS & AndRHSV) == 0) { // Bit is not set, noop in OptAndOp()
1300 if (ConstantInt *AddRHS = dyn_cast<ConstantInt>(I->getOperand(1))) { in visitSwitchInst() local1307 AddRHS); in visitSwitchInst()