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