reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  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) {