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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 1230         I.ICMP_UGE, A,
 1231         ConstantInt::get(A->getType(), AP2.getBitWidth() - AP2TrailingZeros));
 1234     return getICmp(I.ICMP_EQ, A, ConstantInt::getNullValue(A->getType()));
 1234     return getICmp(I.ICMP_EQ, A, ConstantInt::getNullValue(A->getType()));
 1240     return getICmp(I.ICMP_EQ, A, ConstantInt::get(A->getType(), Shift));
 1240     return getICmp(I.ICMP_EQ, A, ConstantInt::get(A->getType(), Shift));