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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 1536     if (Pred == ICmpInst::ICMP_SLT && match(X, m_Signum(m_Value(V))))
 1545              SrcBits = X->getType()->getScalarSizeInBits();
 1546     KnownBits Known = computeKnownBits(X, 0, &Cmp);
 1553       return new ICmpInst(Pred, X, ConstantInt::get(X->getType(), NewRHS));
 1553       return new ICmpInst(Pred, X, ConstantInt::get(X->getType(), NewRHS));