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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 1579       Cmp.setOperand(0, X);
 1586       return new ICmpInst(ICmpInst::ICMP_SGT, X,
 1587                           ConstantInt::getAllOnesValue(X->getType()));
 1589       return new ICmpInst(ICmpInst::ICMP_SLT, X,
 1590                           ConstantInt::getNullValue(X->getType()));
 1598       return new ICmpInst(Pred, X, ConstantInt::get(X->getType(), C ^ *XorC));
 1598       return new ICmpInst(Pred, X, ConstantInt::get(X->getType(), C ^ *XorC));
 1606       return new ICmpInst(Pred, X, ConstantInt::get(X->getType(), C ^ *XorC));
 1606       return new ICmpInst(Pred, X, ConstantInt::get(X->getType(), C ^ *XorC));
 1614       return new ICmpInst(ICmpInst::ICMP_ULT, X, Y);
 1617       return new ICmpInst(ICmpInst::ICMP_UGT, X, Y);
 1622       return new ICmpInst(ICmpInst::ICMP_UGT, X,
 1623                           ConstantInt::get(X->getType(), ~C));
 1626       return new ICmpInst(ICmpInst::ICMP_UGT, X,
 1627                           ConstantInt::get(X->getType(), ~C));