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

References

lib/Analysis/ValueTracking.cpp
  193   assert(LHS->getType() == RHS->getType() &&
  195   assert(LHS->getType()->isIntOrIntVectorTy() &&
  199   if (match(LHS, m_c_And(m_Not(m_Value(M)), m_Value())) &&
  203       match(LHS, m_c_And(m_Specific(M), m_Value())))
  205   IntegerType *IT = cast<IntegerType>(LHS->getType()->getScalarType());
  208   computeKnownBits(LHS, LHSKnown, DL, 0, AC, CxtI, DT, nullptr, UseInstrInfo);