Lines Matching defs:AndConst
6853 const APInt &AndConst = cast<ConstantSDNode>(AndOp1)->getAPIntValue();6855 if (AndConst.isPowerOf2() &&6856 cast<ConstantSDNode>(Op1)->getAPIntValue()==AndConst.logBase2()) {