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

References

lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
 1227         match(LHS0, m_And(m_Specific(V), m_ConstantInt(AndC)))) {
 1231                match(RHS0, m_And(m_Specific(V), m_ConstantInt(AndC)))) {
 1242       if ((Low & AndC->getValue()).isNullValue() &&
 1244         Value *NewAnd = Builder.CreateAnd(V, Low | AndC->getValue());
 1246         Value *NewVal = ConstantInt::get(AndC->getType()->getContext(), N);