Lines Matching full:acst
445 ConstantInt *ACst = dyn_cast<ConstantInt>(A);449 bool icmp_abit = (ACst && !ACst->isZero() &&450 ACst->getValue().isPowerOf2());484 } else if (ACst && CCst &&485 ConstantExpr::getAnd(ACst, CCst) == CCst) {