Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp183 const APInt& AddRHS = cast<ConstantInt>(OpRHS)->getValue(); in OptAndOp() local
186 if ((AddRHS & (AndRHSV-1)) == 0) { in OptAndOp()
191 if ((AddRHS & AndRHSV) == 0) { // Bit is not set, noop in OptAndOp()
DInstructionCombining.cpp1300 if (ConstantInt *AddRHS = dyn_cast<ConstantInt>(I->getOperand(1))) { in visitSwitchInst() local
1307 AddRHS); in visitSwitchInst()