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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 1828   if (Instruction *I = foldICmpAndConstConst(Cmp, And, C))
 1852   if (Cmp.getOperand(1) == Y && (-C).isPowerOf2()) {
 1862   if (And->hasOneUse() && C.isNullValue() && match(Y, m_APInt(C2))) {