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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 3900     SRem = BO0;
 3904     SRem = BO1;
 3905   if (SRem) {
 3908     switch (SRem == BO0 ? ICmpInst::getSwappedPredicate(Pred) : Pred) {
 3917       return new ICmpInst(ICmpInst::ICMP_SGT, SRem->getOperand(1),
 3918                           Constant::getAllOnesValue(SRem->getType()));
 3921       return new ICmpInst(ICmpInst::ICMP_SLT, SRem->getOperand(1),
 3922                           Constant::getNullValue(SRem->getType()));