Lines Matching defs:AndConst
18308 const APInt &AndConst = AndOp1->getAsAPIntVal();18310 if (AndConst.isPowerOf2() &&18311 Op1->getAsAPIntVal() == AndConst.logBase2()) {26684 ConstantSDNode *AndConst = getAsNonOpaqueConstant(N0.getOperand(1));26685 if (AndConst && AndConst->getAPIntValue() == 0xffff) {