reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
236 bool IsAPow2 = (ACst && !ACst->isZero() && ACst->getValue().isPowerOf2()); 236 bool IsAPow2 = (ACst && !ACst->isZero() && ACst->getValue().isPowerOf2()); 236 bool IsAPow2 = (ACst && !ACst->isZero() && ACst->getValue().isPowerOf2()); 258 } else if (ACst && CCst && ConstantExpr::getAnd(ACst, CCst) == CCst) { 258 } else if (ACst && CCst && ConstantExpr::getAnd(ACst, CCst) == CCst) {