Lines Matching defs:AndConst
18731 const APInt &AndConst = AndOp1->getAsAPIntVal();18733 if (AndConst.isPowerOf2() &&18734 Op1->getAsAPIntVal() == AndConst.logBase2()) {27197 ConstantSDNode *AndConst = getAsNonOpaqueConstant(N0.getOperand(1));27198 if (AndConst && AndConst->getAPIntValue() == 0xffff) {