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

References

lib/Analysis/InstructionSimplify.cpp
 1659   if (Value *X = simplifyUnsignedRangeCheck(Op0, Op1, /*IsAnd=*/true, Q))
 1661   if (Value *X = simplifyUnsignedRangeCheck(Op1, Op0, /*IsAnd=*/true, Q))
 1664   if (Value *X = simplifyAndOfICmpsWithSameOperands(Op0, Op1))
 1666   if (Value *X = simplifyAndOfICmpsWithSameOperands(Op1, Op0))
 1669   if (Value *X = simplifyAndOrOfICmpsWithConstants(Op0, Op1, true))
 1672   if (Value *X = simplifyAndOrOfICmpsWithZero(Op0, Op1, true))
 1675   if (Value *X = simplifyAndOfICmpsWithAdd(Op0, Op1, Q.IIQ))
 1677   if (Value *X = simplifyAndOfICmpsWithAdd(Op1, Op0, Q.IIQ))