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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 2522     if (Pred == ICmpInst::ICMP_SGT && C.isAllOnesValue())
 2526     if (Pred == ICmpInst::ICMP_SGT && C.isNullValue())
 2530     if (Pred == ICmpInst::ICMP_SLT && C.isNullValue())
 2534     if (Pred == ICmpInst::ICMP_SLT && C.isOneValue())
 2543   if (Pred == ICmpInst::ICMP_ULT && C.isPowerOf2() &&
 2549   if (Pred == ICmpInst::ICMP_UGT && (C + 1).isPowerOf2() && (*C2 & C) == C)