Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ACst

235   ConstantInt *ACst = dyn_cast<ConstantInt>(A);
239 bool IsAPow2 = (ACst && !ACst->isZero() && ACst->getValue().isPowerOf2());
261 } else if (ACst && CCst && ConstantExpr::getAnd(ACst, CCst) == CCst) {