Searched refs:AndRHSV (Results 1 – 1 of 1) sorted by relevance
176 const APInt &AndRHSV = cast<ConstantInt>(AndRHS)->getValue(); in OptAndOp() local179 if (AndRHSV.isPowerOf2()) { in OptAndOp()186 if ((AddRHS & (AndRHSV-1)) == 0) { in OptAndOp()191 if ((AddRHS & AndRHSV) == 0) { // Bit is not set, noop in OptAndOp()